Fix wrong comment syntax. Thanks Thierry Godefroy.
[squirrelmail.git] / templates / default / error_logout.tpl
index 01139be4ae48631a6b515b98d084863b4262e9be..a81057fb046533119318cf1e26fbf6134fbcae21 100644 (file)
@@ -32,8 +32,8 @@ extract ($t);
  <tr>
   <td colspan="2">
    <?php 
-       echo $logo_str;
-       echo $sm_attribute_str
+       echo $logo_str; if (!empty($logo_str)) echo '<br />'; 
+       echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />')
    ?>
   </td>
  </tr>