Commit 18825202 authored by Alec Wang's avatar Alec Wang

fixed href bug on the 3 update_form.html files

parent 88953561
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<div contenteditable name="customization">3 extra slice of bacon<br>8 sprinkles of yellow salt</div> <div contenteditable name="customization">3 extra slice of bacon<br>8 sprinkles of yellow salt</div>
</td> </td>
<td> <td>
<button><a href="">update</a></button> <button><a href=#>update</a></button>
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<div contenteditable name="qty">3</div> <div contenteditable name="qty">3</div>
</td> </td>
<td> <td>
<button><a href="">update</a></button> <button><a href=#>update</a></button>
</td> </td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment