mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Unnecessary semicolon.
This commit is contained in:
parent
8b3d5e7f2b
commit
a47094e6e1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue