[www-doc] [Git][VideoLAN.org/websites][master] fix quotes
Christoph Miebach
gitlab at videolan.org
Sat Jan 14 16:32:23 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
337ab3de by Christoph Miebach at 2017-01-14T10:31:48-05:00
fix quotes
- - - - -
1 changed file:
- www.videolan.org/include/header.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
--- a/www.videolan.org/include/header.php
+++ b/www.videolan.org/include/header.php
@@ -228,7 +228,7 @@ function start_head( $title,
<?php /* jQuery */ ?>
<?php /* Get the one in the Google CDN to get cached */ ?>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' type='text/javascript'></script>
- <script async="async" src="<?= isDeveloper() ? '/js/bootstrap.min.js': '//images.videolan.org/js/bootstrap.min.js' ?>" type='text/javascript'></script>
+ <script async="async" src="<?= isDeveloper() ? '/js/bootstrap.min.js': '//images.videolan.org/js/bootstrap.min.js' ?>" type="text/javascript"></script>
<?php if( isset($additional_js) ) {
foreach($additional_js as $js) {
echo '<script async="async" src="'.$js.'" type="text/javascript"></script>';
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/337ab3de60cf8e601cfc2c080817b1828321ac77
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170114/e2f3a2cb/attachment.html>
More information about the www-doc
mailing list