diff options
Diffstat (limited to 'templates')
-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 0d8d4b4..11d25ea 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -138,14 +138,14 @@ <TMPL_IF GETSOURCEURL> | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> </TMPL_IF> - <TMPL_IF ISWEBSITE> + <TMPL_UNLESS ISWEBSITE> <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-wrench"></span> <a href="<TMPL_VAR PREFSURL>">Preferences</a> </TMPL_IF> - </TMPL_IF> + </TMPL_UNLESS> </TMPL_IF> </p> |