Don't print #siteSub

Bug: T169823
Change-Id: I45f0abe6ab9378830fa59356b29ff6953962f477
This commit is contained in:
jdlrobson 2017-07-18 14:13:52 -07:00
parent d39eec0e35
commit c4bab69e96
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class VectorTemplate extends BaseTemplate {
<?php <?php
if ( $this->data['isarticle'] ) { if ( $this->data['isarticle'] ) {
?> ?>
<div id="siteSub"><?php $this->msg( 'tagline' ) ?></div> <div id="siteSub" class="noprint"><?php $this->msg( 'tagline' ) ?></div>
<?php <?php
} }
?> ?>