Strip some trailing whitespace.

This commit is contained in:
tjhunt 2008-03-07 12:35:10 +00:00
parent c52c62d1b1
commit a6a89b9eab
7 changed files with 16 additions and 16 deletions

View File

@ -70,7 +70,7 @@
notify(get_string('changessaved'));
echo '<div class="boxaligncenter"><input type="button" onclick="window.opener.location.reload(1); self.close();return false;" value="' .
get_string('closewindow') . "\" /></div>";
get_string('closewindow') . "\" /></div>";
print_footer();
exit;