Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -685,7 +685,7 @@ |
686 | 686 | 'href' => $this->mTitle->getLocalUrl( 'action=edit§ion=new' ) |
687 | 687 | ); |
688 | 688 | } |
689 | | - } elseif ( $this->mTitle->exists() ) { |
| 689 | + } elseif ( $this->mTitle->exists() || $this->mTitle->isAlwaysKnown() ) { |
690 | 690 | $content_actions['viewsource'] = array( |
691 | 691 | 'class' => ($action == 'edit') ? 'selected' : false, |
692 | 692 | 'text' => wfMsg('viewsource'), |