FYI, I just checked in a bug fix and a minor enhancement.

The enhancement allows newlines within tags as in:
<tag
    attr="value"
    attr2="xxx"
>

This will become <tag attr="value" attr2="xxx" >. It simply replaces a '\n' 
with a ' '.
Note: This also changes \n in an attributes value to a ' '.

The bug was that space was being introduced within interverse content. This 
typically wouldn't be noticable, but it was putting a space after every tag 
even when the text that was between tags started with punctuation.

In Him,
        DM
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to