Skip to content

Commit

Permalink
code updates and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LMOspaceace committed Jan 10, 2016
1 parent c9e151c commit f4afbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acp/ajaxchat_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function chat_rules()
<dd><label><input type="checkbox" class="radio" name="chat_rules_parse_bbcode" checked="checked" /> ' . $this->user->lang['PARSE_BBCODE'] . '</label>
<label><input type="checkbox" class="radio" name="chat_rules_parse_smilies" checked="checked" /> ' . $this->user->lang['PARSE_SMILIES'] . '</label>
<label><input type="checkbox" class="radio" name="chat_rules_parse_urls" checked="checked" /> ' . $this->user->lang['PARSE_URLS'] . '</label></dd>';
return $chat_rule;
return $chat_rule;
}

/**
Expand Down

0 comments on commit f4afbc4

Please sign in to comment.