# HG changeset patch # User Dan # Date 1227112630 18000 # Node ID 0acb5d0f8328eb8d24863bb63f9c0520b11c7d41 # Parent 551b6a0aa3b438b802f2897a78623689640bfad5 Fixed: Special:Memberlist still used SpryEffects diff -r 551b6a0aa3b4 -r 0acb5d0f8328 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Mon Nov 17 11:25:06 2008 -0500 +++ b/plugins/SpecialUserFuncs.php Wed Nov 19 11:37:10 2008 -0500 @@ -2015,7 +2015,7 @@ $userpage = $paths->nslist['User'] . sanitize_page_id($username); $class = ( isPage($userpage) ) ? '' : ' class="wikilink-nonexistent"'; - $anchor = '' . htmlspecialchars($username) . ''; + $anchor = '' . htmlspecialchars($username) . ''; if ( $session->user_level >= USER_LEVEL_ADMIN ) { $anchor .= ' -