Skip to content
Snippets Groups Projects
Commit 227e7ed4 authored by runemaster's avatar runemaster
Browse files

XHTML closing tag is "/" not "\"

parent 35284b68
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ show_messages_yours_html="Show messages to you only";
show_messages_your_unread_html="Show unread messages to you only";
show_messages_spacer_html="&nbsp;<i><b>:</b></i>&nbsp;";
anon_only_message="Message will be posted anonymously";
anon_allowed_message='<input type="checkbox" name="anonymous" value="Yes" \> Post message anonymously';
anon_reply_message='<input type="checkbox" name="anonymous" value="Yes" checked \> Post message anonymously';
anon_allowed_message='<input type="checkbox" name="anonymous" value="Yes" /> Post message anonymously';
anon_reply_message='<input type="checkbox" name="anonymous" value="Yes" checked /> Post message anonymously';
private_only_message="Message will be marked private";
private_allowed_message='<input type="checkbox" name="private" value="Yes" \> Mark message as private';
private_reply_message='<input type="checkbox" name="private" value="Yes" checked \> Mark message as private';
private_allowed_message='<input type="checkbox" name="private" value="Yes" /> Mark message as private';
private_reply_message='<input type="checkbox" name="private" value="Yes" checked /> Mark message as private';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment