Fixed server settings on FireFox
git-svn-id: http://mc-server.googlecode.com/svn/trunk@768 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
9a08f3dc59
commit
e940b2d05d
@ -48,7 +48,7 @@ local function ShowGeneralSettings( Request )
|
||||
|
||||
Content = Content .. "<form method=\"POST\">"
|
||||
|
||||
Content = Content .. "<p><b>General Settings</b></p>"
|
||||
Content = Content .. "<h4>General Settings</h4>"
|
||||
if( InfoMsg ~= nil ) then
|
||||
Content = Content .. "<p>" .. InfoMsg .. "</p>"
|
||||
end
|
||||
@ -103,7 +103,7 @@ local function ShowMonstersSettings( Request )
|
||||
|
||||
Content = Content .. "<form method=\"POST\">"
|
||||
|
||||
Content = Content .. "<p><b>Monsters Settings</b></p>"
|
||||
Content = Content .. "<h4>Monsters Settings</h4>"
|
||||
if( InfoMsg ~= nil ) then
|
||||
Content = Content .. "<p>" .. InfoMsg .. "</p>"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user