diff options
| -rw-r--r-- | templates/page.tmpl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 04ee349..5d601a7 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -137,13 +137,13 @@            | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a>          </TMPL_IF>          <TMPL_IF GETSOURCEURL> -          | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> +          | <span class="glyphicon glyphicon-file"></span><a href="<TMPL_VAR GETSOURCEURL>">Show source</a>          </TMPL_IF>          <TMPL_IF DISCUSSIONURL>            | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a>          </TMPL_IF>          <TMPL_IF PREFSURL> -          | <span class="glyphicon glyphicon-settings"></span><a href="<TMPL_VAR PREFSURL>"> Preferences</a> +          | <span class="glyphicon glyphicon-wrench"></span><a href="<TMPL_VAR PREFSURL>"> Preferences</a>          </TMPL_IF>        </p> | 
