Closed MartijnR closed 6 years ago
Looks like a pyxform issue (that may actually have been fixed in pyxform)
I see this in the XForm:
<label># test 1
## test 2 ### test 3
#### test 4 ##### test 5
###### test 6 ####### test 7
test normal</label>
However, this reformatting may actually be following XML rules, so maybe we need to let pyxform output line breaks differently.
http://www.brighthub.com/internet/web-development/articles/82183.aspx
Yes, if http://opendatakit.org/xiframe/ is newer than what OC is using, updating to the latest pyxform may solve the issues, except for the one below.
Solution is to not create a non-existing <h7>
element. Since that is a made-up element, it doesn't have the "block" css display rule.
something is wrong with paragraph creation as well. "a" and "test normal" should be on separate lines
line1 line2
In OC fork, this has been merged into feature/oc-api
Paul sending form on 2/28