1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Forum plugin: fixed some HTML incompliances + fixed call to a private member of forum_class leading to parse_error

This commit is contained in:
berckoff
2012-01-10 14:01:49 +00:00
parent 397a75c059
commit e751324378
2 changed files with 4 additions and 6 deletions

View File

@@ -378,7 +378,7 @@ function forumjump()
{
$text .= "\n<option value='" . $key . "'>" . $val . "</option>";
}
$text .= "</select> <input class='button' type='submit' name='fjsubmit' value='" . LAN_03 . "' /></form>";
$text .= "</select> <input class='button' type='submit' name='fjsubmit' value='" . LAN_03 . "' /></p></form>";
return $text;
}