##// END OF EJS Templates
Fix style and typo
Pablo de Oliveira -
Show More
@@ -409,7 +409,7 b' class SVG(DisplayObject):'
409 # get svg tag (should be 1)
409 # get svg tag (should be 1)
410 found_svg = x.getElementsByTagName('svg')
410 found_svg = x.getElementsByTagName('svg')
411 if found_svg:
411 if found_svg:
412 # If the user request scoping, tag the svg with the
412 # If the user requests scoping, tag the svg with the
413 # ipython-scoped class
413 # ipython-scoped class
414 if self.scoped:
414 if self.scoped:
415 classes = (found_svg[0].getAttribute('class') +
415 classes = (found_svg[0].getAttribute('class') +
1 NO CONTENT: modified file
NO CONTENT: modified file
General Comments 0
You need to be logged in to leave comments. Login now