Skip to content

Commit

Permalink
Avoid literals in urls in the navigation bar (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored May 4, 2022
1 parent efd70cf commit c0226c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/templates/NavigationBar.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
{{>SearchBox}}
<ul id="site-navigation">
<li class="changes">
<a href="/w/Special:RecentChanges" title="{{msg-tooltip-n-recentchanges}}">
<a href="{{link-recentchanges}}" title="{{msg-tooltip-n-recentchanges}}">
<span class="text">{{msg-recentchanges}}</span>
</a>
</li>
<li class="random">
<a href="/w/Special:RandomPage" title="{{msg-tooltip-n-randompage}}">
<a href="{{link-random}}" title="{{msg-tooltip-n-randompage}}">
<span class="text">{{msg-randompage}}</span>
</a>
</li>
Expand Down

0 comments on commit c0226c2

Please sign in to comment.