diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-01-18 11:01:04 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-01-18 11:01:04 +0100 |
commit | 8b87bc02a80bd1436f031d46f2d1e167b815323a (patch) | |
tree | d0381f833073ac3c6b952cb95c9cf08d248216b1 | |
parent | 004e7e6efb2e8da1d76f3959667ca0dbf8b0aaf6 (diff) | |
download | rpg-8b87bc02a80bd1436f031d46f2d1e167b815323a.tar.gz rpg-8b87bc02a80bd1436f031d46f2d1e167b815323a.tar.bz2 |
fixed lists in HTML mails
-rw-r--r-- | inc/subscription.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/subscription.php b/inc/subscription.php index e888ee27f..fc26e42e8 100644 --- a/inc/subscription.php +++ b/inc/subscription.php @@ -503,7 +503,7 @@ class Subscription { $tlist .= '* '.$link.NL; $hlist .= '<li><a href="'.$link.'">'.hsc($id).'</a></li>'.NL; } - $hlist = '</ul>'; + $hlist .= '</ul>'; $id = prettyprint_id($ns_id); $trep = array( |