diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 07:24:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 07:24:03 +0000 |
commit | 5591d621b90855beeb5460f0ac11279d19835699 (patch) | |
tree | ed8dea922eece54aad4b6f3e9da8597e894c2481 /templates/inlinepagetitle.tmpl | |
parent | ce48f18a3b63ca82a835c151093b8bede5c856c1 (diff) | |
download | ikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar ikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar.gz |
css support
Diffstat (limited to 'templates/inlinepagetitle.tmpl')
-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 06af446ef..91f34b1d3 100644 --- a/templates/inlinepagetitle.tmpl +++ b/templates/inlinepagetitle.tmpl @@ -1,4 +1,4 @@ <p> -<TMPL_VAR PAGELINK><br> +<TMPL_VAR PAGELINK><br /> <i>(posted <TMPL_VAR CTIME>)</i> </p> |