fixed default handling
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user