summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-16 12:56:38 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-16 12:56:38 -0400
commit64b9da560fcde5696b27126adbc45e8331f1cc70 (patch)
tree679a0e105fd9e71103bf2055fa9a74bf84f13cdb /src/SMAPI.Web/Views
parent4f54f517ce3d6fd6e87cfee6b0ce61346d62c3e3 (diff)
downloadSMAPI-64b9da560fcde5696b27126adbc45e8331f1cc70.tar.gz
SMAPI-64b9da560fcde5696b27126adbc45e8331f1cc70.tar.bz2
SMAPI-64b9da560fcde5696b27126adbc45e8331f1cc70.zip
minor refactoring & code style
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index d55bfd4d..dbaa14e0 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -98,14 +98,14 @@
@section SidebarExtra {
@if (log != null)
{
- <aside id="quickNav">
- <h4>Scroll To...</h4>
+ <nav id="quickNav">
+ <h4>Scroll to...</h4>
<ul>
<li><a href="#content">Top</a></li>
- <li><a href="#filterHolder">Log Start</a></li>
+ <li><a href="#filterHolder">Log start</a></li>
<li><a href="#footer">Bottom</a></li>
</ul>
- </aside>
+ </nav>
}
}