Unnecessary semicolon.

This commit is contained in:
Yuriy Pikhtarev 2017-05-05 00:57:06 +03:00
commit a47094e6e1
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6

View file

@ -714,7 +714,7 @@ else {
if ($userdata['user_posts']) {
$template->assign_var('BB_DIE_APPEND_MSG', '
<form id="mod-action" method="POST" action="search.php">
<input type="submit" name="add_my_post" value="' . $lang['RESTORE_ALL_POSTS'] . '" class="bold" onclick="if (!window.confirm( this.value +\'?\' )){ return false };" />
<input type="submit" name="add_my_post" value="' . $lang['RESTORE_ALL_POSTS'] . ' )){ return false }" />
</form>
<br /><br />
<a href="index.php">' . $lang['INDEX_RETURN'] . '</a>