Browse Source

missing ';'

Thijs Kinkhorst 19 năm trước cách đây
mục cha
commit
6a34bf6936
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/signout.php

+ 2 - 2
src/signout.php

@@ -90,7 +90,7 @@ html_tag( 'table',
     html_tag( 'tr',
          html_tag( 'td', '<br />', 'center' ) ,
     '', $color[0] ) ,
-'center', $color[4], 'width="50%" cellpadding="2" cellspacing="0" border="0"' )
+'center', $color[4], 'width="50%" cellpadding="2" cellspacing="0" border="0"' );
 
 $oTemplate->display('footer.tpl');
-?>
+?>