summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-14 12:05:58 +0200
committerJonas Smedegaard <dr@jones.dk>2008-06-14 12:05:58 +0200
commita9881763464190d7f843417c0feb61205882565d (patch)
treeecd4d53513debdd1282ae22f3a5ca14fc6b44e8b /page.tmpl
parent9a0bf6bdedd4e350efd75f8519b2d143193de64c (diff)
parent2fb8dbca8338e24e7018355295d8248eba6e1132 (diff)
Merge branch 'master' into scs
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/page.tmpl b/page.tmpl
index cf7055e..562e808 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -43,7 +43,7 @@ isn't that nice to know? -->
<div class="actions">
<ul>
<TMPL_IF NAME="EDITURL">
-<li><a href="<TMPL_VAR EDITURL>">Edit</a></li>
+<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
</TMPL_IF>
<TMPL_IF NAME="RECENTCHANGESURL">
<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
@@ -117,6 +117,7 @@ License: <TMPL_VAR LICENSE>
<div class="pagedate">
Last edited <TMPL_VAR NAME=MTIME>
+<!-- Created <TMPL_VAR NAME=CTIME> -->
</div>
</div>