wunderbar 0.16.14 → 0.16.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wunderbar/html-methods.rb +1 -0
- data/lib/wunderbar/version.rb +1 -1
- data/wunderbar.gemspec +1 -1
- metadata +1 -1
@@ -88,6 +88,7 @@ module Wunderbar
|
|
88
88
|
|
89
89
|
# ensure that non-void elements are explicitly closed
|
90
90
|
if not block and not VOID.include?(name)
|
91
|
+
args[0] = '' if args.length > 1 and args.first == nil
|
91
92
|
symbol = (args.shift if args.length > 0 and Symbol === args.first)
|
92
93
|
if args.length == 0 or (args.length == 1 and Hash === args.first)
|
93
94
|
args.unshift ''
|
data/lib/wunderbar/version.rb
CHANGED
data/wunderbar.gemspec
CHANGED