lib/trac-wiki/tree.rb in trac-wiki-0.3.27 vs lib/trac-wiki/tree.rb in trac-wiki-0.3.28

- old
+ new

@@ -146,10 +146,10 @@ :div, :span, :p, :pre, :li, :ul, :ol, :dl, :dt, :dd, :b, :tt, :u, :del, :blockquote, :strong, :em, :sup, :sub, :i, :table, :tr, :td, :th, :br , :img, :hr, - :form, :textarea, :input, :select, :option, + :form, :textarea, :input, :select, :option, :label, ] TAGS_SKIP_EMPTY = [ :p , :ol, :li, :strong, :em ] ATTRIBUTES_ALLOWED = { :form => [:action, :method], :input => [:size, :type, :value, :name], :select => [:multiple, :name],