diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 21:41:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 21:41:53 +0000 |
commit | a703ef5bec99da2062c70bc58edef4544e826efd (patch) | |
tree | ed185c81979368fc26f82f7b30a9ae1a69290a07 /templates | |
parent | 61c909e2f28758baa7089649f2ae2569213e8eac (diff) | |
download | ikiwiki-a703ef5bec99da2062c70bc58edef4544e826efd.tar ikiwiki-a703ef5bec99da2062c70bc58edef4544e826efd.tar.gz |
no need to use h2's here
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepagetitle.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/inlinepagetitle.tmpl b/templates/inlinepagetitle.tmpl index 0b12fa3b8..06af446ef 100644 --- a/templates/inlinepagetitle.tmpl +++ b/templates/inlinepagetitle.tmpl @@ -1,4 +1,4 @@ -<h2><TMPL_VAR PAGELINK></h2> <p> +<TMPL_VAR PAGELINK><br> <i>(posted <TMPL_VAR CTIME>)</i> </p> |