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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user