mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2025-03-01 13:14:36 +01:00
Fix Minor bug in back button
remove trailing white space as well
This commit is contained in:
@ -85,7 +85,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
else
|
||||
fields = back[prev_page]
|
||||
table.remove(back,#back)
|
||||
table.remove(back,#back-1)
|
||||
pmeta:set_string("elepower_tome_back", minetest.serialize(back))
|
||||
end
|
||||
else
|
||||
@ -232,6 +231,4 @@ eletome.common_styles = {
|
||||
style_h3e = "</center></style>", -- approximate default "label" size
|
||||
style_h4s = "<style color="..eletome.font_color.." size=12><center>",
|
||||
style_h4e = "</center></style>"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user