diff -r dc08c70ca550 -r e2cb5f1432c8 includes/pageutils.php --- a/includes/pageutils.php Sun Dec 02 15:27:21 2007 -0500 +++ b/includes/pageutils.php Sun Dec 02 16:00:10 2007 -0500 @@ -629,8 +629,8 @@ { $rc = ''; } - echo 'nslist['User'] . $r['author']) ) + echo 'nslist['User'] . sanitize_page_id($r['author'])) ) { echo 'class="wikilink-nonexistent"'; } @@ -697,8 +697,8 @@ echo '' . $r['date_string'] . ''; // User - echo 'nslist['User'] . $r['author'])) echo 'class="wikilink-nonexistent"'; + echo 'nslist['User'] . sanitize_page_id($r['author']))) echo 'class="wikilink-nonexistent"'; echo '>' . $r['author'] . ''; @@ -1051,7 +1051,7 @@ // Determine the name, and whether to link to the user page or not $name = ''; - if($row['user_id'] > 1) $name .= ''; + if($row['user_id'] > 1) $name .= ''; $name .= $row['name']; if($row['user_id'] > 1) $name .= ''; $strings['NAME'] = $name; unset($name);