Skip to content

Commit

Permalink
s/\s{4}/\t/
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas committed Sep 23, 2014
1 parent 12d0bcc commit ce977e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions varie.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ function do_head ($title = null, $javascript = array (), $stylesheet = array ())
<title>Mappa dei Linux Users Groups Italiani<?php if ($title != null) echo ": $title"; ?></title>

<?php foreach ($stylesheet as $css): ?>
<link rel="stylesheet" href="<?php echo $css; ?>" />
<link rel="stylesheet" href="<?php echo $css; ?>" />
<?php endforeach; ?>
<link rel="stylesheet" href="assets/css/main.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<?php foreach ($javascript as $js): ?>
<script type="text/javascript" src="<?php echo $js; ?>"></script>
<?php endforeach; ?>
Expand Down

0 comments on commit ce977e5

Please sign in to comment.