I have one internal site running BW 3.08 which contains the following
form:
----------------------------------------
[form]
[box projectwork rows=1 cols=60][box][submit Add]
[session log "content='---- <color=gray>>>[(time {now} "%Y-%m-%d %H:
%M")]>></color> - {=projectwork} - <color=gray>>>{member}>></color>'
target='{p}.projectwork' flags='top'"]
[form]
-----------------------------------------
Submitting this form in 3.08 formats the entry display correctly using
color and font size.
When I put this same form into a test site using 3.2.9 it messes up
the results. It substitutes "<, >" and ">>" for what looks something
I would see in an XML document.
Example:
View results = <color=gray2009-10-28 16:10</color> - Testing Form
Results - <color=graykharris</color>
Source results = ---- <color=gray>>>2009-10-28
16:10>></color> - Testing Form Results -
<color=gray>>>kharris>></color>
why is it converting characters such as "<" to "<" ?
Karl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---