mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Don't print #siteSub
Bug: T169823 Change-Id: I45f0abe6ab9378830fa59356b29ff6953962f477
This commit is contained in:
parent
d39eec0e35
commit
c4bab69e96
|
@ -123,7 +123,7 @@ class VectorTemplate extends BaseTemplate {
|
|||
<?php
|
||||
if ( $this->data['isarticle'] ) {
|
||||
?>
|
||||
<div id="siteSub"><?php $this->msg( 'tagline' ) ?></div>
|
||||
<div id="siteSub" class="noprint"><?php $this->msg( 'tagline' ) ?></div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue