2DU 9 rokov pred
rodič
commit
42b7fbb0b3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      mark.py

+ 1 - 1
mark.py

@@ -477,7 +477,7 @@ def namumark(title, data):
                 width = '560'
                 height = '315'
 
-            data = com.sub('<iframe width="' + width + '" height="' + height + '" src="https://www.youtube.com/embed/' + result[0] + '" frameborder="0" allowfullscreen></iframe>', data, 1)
+            data = com.sub('<iframe width="' + width + '" height="' + height + '" src="https://www.youtube.com/embed/' + result[0] + '" frameborder="0" allowfullscreen></iframe><br>', data, 1)
         else:
             break