Explorar o código

Update attributions string output

pdontthink %!s(int64=18) %!d(string=hai) anos
pai
achega
d8ace35d81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>