Skip to content
Snippets Groups Projects
Commit 18068ae7 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4276 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9561f35b
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ function _M:init()
if profile.auth then
self.logged_url = "http://te4.org/users/"..profile.auth.page
local str = "#FFFF00#Online Profile: "..profile.auth.name.."[#LIGHT_BLUE##{underline}#"..self.logged_url.."#LAST##{normal}#]"
local str = "#FFFF00#Online Profile: "..profile.auth.name.."#{normal}#[#LIGHT_BLUE##{underline}#"..self.logged_url.."#LAST##{normal}#]"
self.c_auth = Textzone.new{auto_width=true, auto_height=true, text=str}
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment