mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Use single quotes where possible
Change-Id: I633b4e250e61417ad02b6f8af3d9c3c352f4fe52
This commit is contained in:
parent
17b62b6289
commit
024598fcf6
|
@ -211,7 +211,7 @@ class VectorTemplate extends BaseTemplate {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php $footericons = $this->getFooterIcons( "icononly" );
|
<?php $footericons = $this->getFooterIcons( 'icononly' );
|
||||||
if ( count( $footericons ) > 0 ) {
|
if ( count( $footericons ) > 0 ) {
|
||||||
?>
|
?>
|
||||||
<ul id="footer-icons" class="noprint">
|
<ul id="footer-icons" class="noprint">
|
||||||
|
|
Loading…
Reference in a new issue