Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173669490
D60059.id187805.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D60059.id187805.diff
View Options
diff --git a/documentation/themes/beastie/layouts/_partials/site-header.html b/documentation/themes/beastie/layouts/_partials/site-header.html
--- a/documentation/themes/beastie/layouts/_partials/site-header.html
+++ b/documentation/themes/beastie/layouts/_partials/site-header.html
@@ -16,8 +16,8 @@
<nav>
<ul class="menu">
<li class="menu-item">
- <input id="about" type="checkbox" />
- <label class="menu-item-description" for="about">
+ <input id="header-about-title" type="checkbox" />
+ <label class="menu-item-description" for="header-about-title">
{{ i18n "h-about" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -29,8 +29,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="download" type="checkbox" />
- <label class="menu-item-description" for="download">
+ <input id="header-download-title" type="checkbox" />
+ <label class="menu-item-description" for="header-download-title">
{{ i18n "h-get-freebsd" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -42,8 +42,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="documentation" type="checkbox" />
- <label class="menu-item-description" for="documentation">
+ <input id="header-documentation-title" type="checkbox" />
+ <label class="menu-item-description" for="header-documentation-title">
{{ i18n "h-documentation" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -60,8 +60,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="community" type="checkbox" />
- <label class="menu-item-description" for="community">
+ <input id="header-community-title" type="checkbox" />
+ <label class="menu-item-description" for="header-community-title">
{{ i18n "h-community" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
diff --git a/documentation/themes/beastie/layouts/_partials/trademarks.html b/documentation/themes/beastie/layouts/_partials/trademarks.html
--- a/documentation/themes/beastie/layouts/_partials/trademarks.html
+++ b/documentation/themes/beastie/layouts/_partials/trademarks.html
@@ -1,5 +1,5 @@
<div class="legalnotice">
- <a id="trademarks"></a>
+ <a id="legalnotice-trademarks-list"></a>
<details>
<summary>{{ i18n "trademarks" }}</summary>
{{ $trademarks := . }}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 28, 2:49 PM (17 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39813413
Default Alt Text
D60059.id187805.diff (2 KB)
Attached To
Mode
D60059: Fix HTML validation errors in docs site header - menu ids
Attached
Detach File
Event Timeline
Log In to Comment