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