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