Skip to content

Commit 1d845bf

Browse files
committed
Remove extra colon from "X-" properties
Pulled from rubyredrick#5.
1 parent 5a1e7aa commit 1d845bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ri_cal/component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def export_prop_to(export_stream, name, prop) #:nodoc:
220220
def export_x_properties_to(export_stream) #:nodoc:
221221
x_properties.each do |name, props|
222222
props.each do | prop |
223-
export_stream.puts("#{name}:#{prop}")
223+
export_stream.puts("#{name}#{prop}")
224224
end
225225
end
226226
end

0 commit comments

Comments
 (0)