[www-doc] [Git][VideoLAN.org/websites][master] fix quotes
Christoph Miebach
gitlab at videolan.org
Fri Jan 6 12:56:51 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
90a2c1c1 by Christoph Miebach at 2017-01-06T06:56:46-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/90a2c1c13aea2b7cc899a99b1c10a671edc9b76d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170106/b5237e71/attachment.html>
More information about the www-doc
mailing list