Fix rendering issue

db4
Slava Pestov 2008-09-23 19:08:32 -05:00
parent 3b84332399
commit 3a11e4d09a
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ CHLOE: form
STRING: button-tag-markup
<t:form class="inline" xmlns:t="http://factorcode.org/chloe/1.0">
<div><button type="submit"></button></div>
<div style="display: inline;"><button type="submit"></button></div>
</t:form>
;