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:
commit
16003fb2f4
@ -365,9 +365,8 @@ module OpenNebula
|
||||
#
|
||||
def attr_to_str(attr)
|
||||
attr.gsub!('"',"\\\"")
|
||||
attr.prepend('"')
|
||||
attr << '"'
|
||||
|
||||
attr = "\"#{attr}\""
|
||||
|
||||
return attr
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user