Index: trunk/extensions/Storyboard/specials/Story/Story_body.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | global $wgTitle; |
123 | 123 | $wgOut->addWikiMsg( |
124 | 124 | 'storyboard-canedit', |
125 | | - htmlspecialchars( $this->getTitle( $story->story_title )->getFullURL( array( 'action' => 'edit' ) ) ) |
| 125 | + $this->getTitle( $story->story_title )->getFullURL( array( 'action' => 'edit' ) ) |
126 | 126 | ); |
127 | 127 | } |
128 | 128 | } |