From 48807ec4faf50c13ae28d64d9bfe82ee31855b3c Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 19 Nov 2024 23:35:05 +0100 Subject: [PATCH] [backend/razor] Code cleanup --- Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml | 4 ++-- Iceshrimp.Backend/Pages/Shared/_Layout.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml index 082a6840..76ad1e7b 100644 --- a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml +++ b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml @@ -15,11 +15,11 @@ @($"Error {Model.Error.StatusCode} - Iceshrimp.NET") - @* ReSharper disable once Html.PathError *@ + @* ReSharper disable Html.PathError *@ - @* ReSharper disable once Html.PathError *@ + @* ReSharper restore Html.PathError *@