Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jul 14, 2014
1 parent d79e6ba commit fd4c97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news_update.php
Expand Up @@ -66,7 +66,7 @@
html_page_top();

echo '<div class="success-msg">';
echo lang_get( 'operation_successful' )
echo lang_get( 'operation_successful' );

echo '<br />';

Expand Down

0 comments on commit fd4c97b

Please sign in to comment.