##// END OF EJS Templates
fix coding style with darker
yuji96 -
Show More
@@ -281,11 +281,13 b' class IFrame(object):'
281 params = "?" + urlencode(self.params)
281 params = "?" + urlencode(self.params)
282 else:
282 else:
283 params = ""
283 params = ""
284 return self.iframe.format(src=self.src,
284 return self.iframe.format(
285 width=self.width,
285 src=self.src,
286 height=self.height,
286 width=self.width,
287 params=params,
287 height=self.height,
288 extra=self.extra)
288 params=params,
289 extra=self.extra,
290 )
289
291
290
292
291 class YouTubeVideo(IFrame):
293 class YouTubeVideo(IFrame):
General Comments 0
You need to be logged in to leave comments. Login now