Skip to content

Commit

Permalink
Spaces were use for indentation for some reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomiyaki3000 committed May 29, 2017
1 parent cb5e536 commit f86c1ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/joomla/document/renderer/html/head.php
Expand Up @@ -258,12 +258,12 @@ protected function fetchStyleSheets($document)
{
$options = $attribs['options'];

$conditional = isset($options['conditional']) ? $options['conditional'] : null;
$conditional = isset($options['conditional']) ? $options['conditional'] : null;

if (isset($options['version']) && $options['version'] && strpos($src, '?') === false
&& ($mediaVersion || $options['version'] !== 'auto'))
{
$src .= '?' . ($options['version'] === 'auto' ? $mediaVersion : $options['version']);
{
$src .= '?' . ($options['version'] === 'auto' ? $mediaVersion : $options['version']);
}
}

Expand Down

0 comments on commit f86c1ff

Please sign in to comment.