fixed default handling

This commit is contained in:
Lyla Fischer
2012-03-27 09:44:27 -04:00
parent ce5540b234
commit 64e187fdd4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
<section class="text-input">
<input type="text" name="input_${id}" id="input_${id}" value="${value}" size="${size}" />
<input type="text" name="input_${id}" id="input_${id}" value="${value}"
% if size
size="${size}"
% endif
/>
<span id="answer_${id}"></span>