Missing a single quote on the back button.

This commit is contained in:
Mark Crane 2012-09-06 20:29:45 +00:00
parent a1a2e60303
commit ba8c205e20
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ else {
echo "<table width='100%' cellpadding='6' cellspacing='0'>";
echo "<tr>\n";
echo "<td width='30%' align='left' valign='top' nowrap><b>Menu Item Edit</b></td>\n";
echo "<td width='70%' align='right' valign='top'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='menu_edit.php?id=".$menu_uuid."\" value='Back'><br /><br /></td>\n";
echo "<td width='70%' align='right' valign='top'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='menu_edit.php?id=".$menu_uuid."'\" value='Back'><br /><br /></td>\n";
echo "</tr>\n";
echo " <tr>";