##// END OF EJS Templates
Add newline, spaces on string format...
Danny Staple -
Show More
@@ -48,4 +48,4 b' class YouTubeVideo(object):'
48 48 frameborder="0"
49 49 allowfullscreen
50 50 ></iframe>
51 """%(self.width, self.height, self.id, params) No newline at end of file
51 """ % (self.width, self.height, self.id, params)
General Comments 0
You need to be logged in to leave comments. Login now