diff -r 4746dd07cc48 -r 6607cd646d6d includes/pageutils.php --- a/includes/pageutils.php Mon Feb 11 14:33:49 2008 -0500 +++ b/includes/pageutils.php Tue Feb 12 00:37:46 2008 -0500 @@ -431,9 +431,9 @@ echo ''. (( $r['minor_edit'] ) ? 'M' : '' ) .''."\n"; // Actions! - echo '' . $lang->get('history_action_view') . ''."\n"; - echo '' . $lang->get('history_action_contrib') . ''."\n"; - echo '' . $lang->get('history_action_restore') . ''."\n"; + echo '' . $lang->get('history_action_view') . ''."\n"; + echo '' . $lang->get('history_action_contrib') . ''."\n"; + echo '' . $lang->get('history_action_restore') . ''."\n"; echo ''."\n"."\n"; @@ -502,8 +502,8 @@ echo ''; // Actions! - echo '' . $lang->get('history_action_contrib') . ''; - echo '' . $lang->get('history_action_revert') . ''; + echo '' . $lang->get('history_action_contrib') . ''; + echo '' . $lang->get('history_action_revert') . ''; echo ''; }