Commit 8e03bfbd94bbca70007da39c7d9f35d899a5f6d0
1 parent
d7a6b80d
cosmetic
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
calexium_lib/web/CXM_generic_form.anubis
| ... | ... | @@ -250,7 +250,7 @@ define HTML_Row(HTML_In_Form) |
| 250 | 250 | [ |
| 251 | 251 | cell([right ], text([size(10)],tag)), |
| 252 | 252 | cell([width(7) ], star(mand)), |
| 253 | - cell([left ], text_input([], "",htmlId(""),wan,init,if w is | |
| 253 | + cell([left ], text_input([], "",htmlId(""), wan, init,if w is | |
| 254 | 254 | { |
| 255 | 255 | small then 10, |
| 256 | 256 | narrow then 50, | ... | ... |