diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-03-22 18:22:55 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-03-22 18:22:55 +0100 |
commit | ddca74c928695961f5769a142db3aeee5033e64b (patch) | |
tree | 0e42ab5b0a1b8f1c03015fbdadb66519b2638b8f /template/pages/battlemeshv7/content.html | |
parent | f7d6d75bbda42d83d3d7d47c2f77b653ac6a4524 (diff) |
More https fixes
Diffstat (limited to 'template/pages/battlemeshv7/content.html')
-rw-r--r-- | template/pages/battlemeshv7/content.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/pages/battlemeshv7/content.html b/template/pages/battlemeshv7/content.html index 26e3790..da4bc51 100644 --- a/template/pages/battlemeshv7/content.html +++ b/template/pages/battlemeshv7/content.html @@ -44,24 +44,24 @@ Vom 12. bis 18. Mai 2014 fand im sublab die siebte Auflage des "Wireless Battle <div class="row"> <div class="col-sm-6"> <div class="embed-responsive embed-responsive-16by9"> - <iframe src="https://www.youtube.com/embed/grq9SKjXN7U" allowfullscreen></iframe> + <iframe src="//www.youtube.com/embed/grq9SKjXN7U" allowfullscreen></iframe> </div> </div> <div class="col-sm-6"> <div class="embed-responsive embed-responsive-16by9"> - <iframe src="https://www.youtube.com/embed/4pC8EPPFmlE" allowfullscreen></iframe> + <iframe src="//www.youtube.com/embed/4pC8EPPFmlE" allowfullscreen></iframe> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="embed-responsive embed-responsive-16by9"> - <iframe src="https://www.youtube.com/embed/2rXNsfwPbuo" allowfullscreen></iframe> + <iframe src="//www.youtube.com/embed/2rXNsfwPbuo" allowfullscreen></iframe> </div> </div> <div class="col-sm-6"> <div class="embed-responsive embed-responsive-16by9"> - <iframe src="https://www.youtube.com/embed/oozRsxy4q7Y" allowfullscreen></iframe> + <iframe src="//www.youtube.com/embed/oozRsxy4q7Y" allowfullscreen></iframe> </div> </div> </div> |