diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 2359ca4..6c795c9 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -44,7 +44,7 @@ <h2>Wiki</h2> <ul> <TMPL_IF RECENTCHANGESURL> - <li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li> + <li><a href="/recentchanges/">RecentChanges</a></li> </TMPL_IF> <TMPL_IF PREFSURL> <li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li> |