datefield 0.1.0.pre → 0.1.1.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/datefield/forms.rb +2 -2
- metadata +1 -1
data/lib/datefield/forms.rb
CHANGED
@@ -59,7 +59,7 @@ if ('undefined' === typeof(today_fields)) {
|
|
59
59
|
OUTPUT
|
60
60
|
end
|
61
61
|
output += "})</script>"
|
62
|
-
output
|
62
|
+
output.html_safe
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
@@ -110,7 +110,7 @@ if ('undefined' === typeof(today_fields)) {
|
|
110
110
|
OUTPUT
|
111
111
|
end
|
112
112
|
output += "})</script>"
|
113
|
-
output
|
113
|
+
output.html_safe
|
114
114
|
end
|
115
115
|
end
|
116
116
|
|