diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 18:22:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 18:22:58 -0400 |
commit | ba46ec5d1eadc7a0d992e28201538067ab969899 (patch) | |
tree | aa43016d0badbf804456276a6cec58be6518fe3a /templates | |
parent | 6ff199c80c47b3b87afb7c7b97a94b92eaf80482 (diff) |
fix format
Diffstat (limited to 'templates')
-rw-r--r-- | templates/archivepage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archivepage.tmpl b/templates/archivepage.tmpl index 63f716544..fe1f0ab92 100644 --- a/templates/archivepage.tmpl +++ b/templates/archivepage.tmpl @@ -1,6 +1,6 @@ <p> <TMPL_IF NAME="PERMALINK"> -<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a> +<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a><br /> <TMPL_ELSE> <a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br /> </TMPL_IF> |