Skip to content

Commit 2447372

Browse files
authored
Merge pull request #9610 from jrafanie/support-rexml-3-4-3
rexml 3.4.3 Document.new no longer accepts strings with no root element
2 parents b8570b0 + 6efbb08 commit 2447372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/miq_ae_class_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def class_and_glyph(cls)
401401
end
402402

403403
def build_details_grid(view, mode = true)
404-
xml = REXML::Document.load("")
404+
xml = REXML::Document.load(nil)
405405
xml << REXML::XMLDecl.new(1.0, "UTF-8")
406406

407407
# Create root element

0 commit comments

Comments
 (0)