diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-16 18:06:29 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-16 18:06:29 +0000 |
| commit | f17701286c8d9d9f2fedc6d75ce5c2788e9e1976 (patch) | |
| tree | 8d90af0ee3f30ab1b2ab2e872006991a6996e03b | |
| parent | 3bef30938264b531891202b30eba459a9b41ef0d (diff) | |
| download | newsletters-f17701286c8d9d9f2fedc6d75ce5c2788e9e1976.tar.gz newsletters-f17701286c8d9d9f2fedc6d75ce5c2788e9e1976.tar.bz2 newsletters-f17701286c8d9d9f2fedc6d75ce5c2788e9e1976.zip | |
missed closing tag
| -rw-r--r-- | templates/list_editions_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_editions_inc.tpl b/templates/list_editions_inc.tpl index af79bb4..22eefa4 100644 --- a/templates/list_editions_inc.tpl +++ b/templates/list_editions_inc.tpl @@ -9,7 +9,7 @@ <p> {$ed.data|truncate:200} <br /> - {tr}in{/tr} <a href="{$smarty.const.NEWSLETTERS_PKG_URL}?nl_id={$ed.nl_id}">{$ed.newsletter_title}</a></h3> + {tr}in{/tr} <a href="{$smarty.const.NEWSLETTERS_PKG_URL}?nl_id={$ed.nl_id}">{$ed.newsletter_title}</a> </p> </li> {foreachelse} |
