Bug fix for Lighthouse #22.

html names are automatically converted to the symbols they describe.
This commit is contained in:
Christina Roberts
2012-12-12 12:57:31 -05:00
parent c3d7c466ef
commit c87eb08b1e
5 changed files with 32 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<%include file="metadata-edit.html" />
<section class="html-edit">
<textarea name="" class="edit-box" rows="8" cols="40">${data}</textarea>
<div name="" class="edit-box">${data}</div>
</section>