Browse Source

Update attributions string output

pdontthink 18 years ago
parent
commit
d8ace35d81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/default/error_logout.tpl

+ 1 - 1
templates/default/error_logout.tpl

@@ -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>