Skip to content
Snippets Groups Projects
Commit 3e83bbaa authored by runemaster's avatar runemaster
Browse files

Minor Change to comply with XHTML 1.0 Transitional

parent 88e77be9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ template.theme_list='<select name="theme">';
for(tname in Themes) {
template.theme_list+='<option value="'+html_encode(tname,true,true,false,false)+'"';
if(tname==CurrTheme)
template.theme_list+=' selected';
template.theme_list+=' selected=\"selected\"';
template.theme_list+='>'+html_encode(Themes[tname].desc,true,true,false,false)+'</option>';
}
template.theme_list+='</select>';
......
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