Skip to content

Commit

Permalink
don't sanitize <u> away
Browse files Browse the repository at this point in the history
  • Loading branch information
femaref committed Mar 19, 2013
1 parent ce10d72 commit 732f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbbcode/sanitize.rb
@@ -1,6 +1,6 @@
class RbbCode
DEFAULT_SANITIZE_CONFIG = {
:elements => %w[a blockquote br code del em img li p pre strong ul],
:elements => %w[a blockquote br code del em img li p pre strong ul u],
:attributes => {
'a' => %w[href],
'img' => %w[alt src]
Expand Down

0 comments on commit 732f65b

Please sign in to comment.