Update attributions string output
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2007 08:40:21 +0000 (08:40 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2007 08:40:21 +0000 (08:40 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12138 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/error_logout.tpl

index 01139be4ae48631a6b515b98d084863b4262e9be..2f2f558eb402349310ecc15db3385d4d33216e11 100644 (file)
@@ -33,7 +33,7 @@ extract ($t);
   <td colspan="2">
    <?php 
        echo $logo_str;
-       echo $sm_attribute_str
+       echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />')
    ?>
   </td>
  </tr>