Quote backslash slipup. Cosmetic.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Jun 2004 01:47:13 +0000 (01:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Jun 2004 01:47:13 +0000 (01:47 +0000)
includes/SpecialWatchlist.php

index e3950c3..806eff0 100644 (file)
@@ -103,7 +103,7 @@ function wfSpecialWatchlist()
                while( $s = wfFetchObject( $res ) ) {
                        $t = Title::makeTitle( $s->wl_namespace, $s->wl_title );
                        if( is_null( $t ) ) {
-                               $wgOut->addHTML( '<!-- bad title \"' . htmlspecialchars( $s->wl_title ) . '\" in namespace ' . IntVal( $s->wl_namespace ) . " -->\n" );
+                               $wgOut->addHTML( '<!-- bad title "' . htmlspecialchars( $s->wl_title ) . '" in namespace ' . IntVal( $s->wl_namespace ) . " -->\n" );
                        } else {
                                $t = $t->getPrefixedText();
                                $wgOut->addHTML( "<li><input type='checkbox' name='id[]' value=\"" . htmlspecialchars($t) . "\" />" .