1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Merge commit '5e52c263741781bfbc40731bd19c3cd8b8e68b3f' into one-3.4

Conflicts:
	src/oca/ruby/OpenNebula/XMLUtils.rb
This commit is contained in:
Ruben S. Montero 2012-04-02 19:21:44 +02:00
commit 16003fb2f4

View File

@ -365,9 +365,8 @@ module OpenNebula
#
def attr_to_str(attr)
attr.gsub!('"',"\\\"")
attr.prepend('"')
attr << '"'
attr = "\"#{attr}\""
return attr
end
end