##// END OF EJS Templates
Added missing quote in iframe height property.
Cyrille Rossant -
Show More
@@ -203,7 +203,7 b' class IFrame(object):'
203 iframe = """
203 iframe = """
204 <iframe
204 <iframe
205 width="{width}"
205 width="{width}"
206 height={height}"
206 height="{height}"
207 src="{src}{params}"
207 src="{src}{params}"
208 frameborder="0"
208 frameborder="0"
209 allowfullscreen
209 allowfullscreen
General Comments 0
You need to be logged in to leave comments. Login now