From d90a3e9b63750df9362f227c5b6e864914dad359 Mon Sep 17 00:00:00 2001
From: snow flurry
Date: Tue, 17 Oct 2023 22:09:19 -0700
Subject: [PATCH] Use correct git repo URL
---
PhoneToolMX/Views/Home/Index.cshtml | 4 ++--
PhoneToolMX/Views/Shared/Error.cshtml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/PhoneToolMX/Views/Home/Index.cshtml b/PhoneToolMX/Views/Home/Index.cshtml
index 5b9ec34..661ef0e 100644
--- a/PhoneToolMX/Views/Home/Index.cshtml
+++ b/PhoneToolMX/Views/Home/Index.cshtml
@@ -20,5 +20,5 @@
Even though this is v1.0, expect bugs, and please
- report them if you see them.
- @this.Url.Action("Error")
\ No newline at end of file
+ report them if you see them.
+ @this.Url.Action("Error")
diff --git a/PhoneToolMX/Views/Shared/Error.cshtml b/PhoneToolMX/Views/Shared/Error.cshtml
index 654a41a..41d9c97 100644
--- a/PhoneToolMX/Views/Shared/Error.cshtml
+++ b/PhoneToolMX/Views/Shared/Error.cshtml
@@ -6,9 +6,9 @@
An unknown error occurred while processing your request.
@if (Model?.ShowRequestId == true) {
- Provide the following request ID to the application administrator, or include it in a bug report:
+ Provide the following request ID to the application administrator, or include it in a bug report:
-}
\ No newline at end of file
+}