Code problem...
If you make a post with code like so:
[PHP]
<?xml version="1.0" encoding="ISO-8859-1"?>
<tickets>
<newTicket>
<ticketNum>028</ticketNum>
<status></status>
<hotelBrand></hotelBrand>
<hotelLoc></hotelLoc>
<roomNum></roomNum>
<problemType></problemType>
<callDetails>
<timeStamp>12:07PM</timeStamp>
<callNotes></callNotes>
</callDetails>
</newTicket>
</tickets>
[/PHP]
and realize you left something out when you post it so you try to edit it, it seems to kill the code. At least during editing... for example in the above post, there is white space where the tags used to be, and objects in the tags such as "028" for the tag "ticketNum" exists, but the tags do not.
Is this a known problem? Never noticed it before, but I haven't posted code in a long time.
[PHP]
<?xml version="1.0" encoding="ISO-8859-1"?>
<tickets>
<newTicket>
<ticketNum>028</ticketNum>
<status></status>
<hotelBrand></hotelBrand>
<hotelLoc></hotelLoc>
<roomNum></roomNum>
<problemType></problemType>
<callDetails>
<timeStamp>12:07PM</timeStamp>
<callNotes></callNotes>
</callDetails>
</newTicket>
</tickets>
[/PHP]
and realize you left something out when you post it so you try to edit it, it seems to kill the code. At least during editing... for example in the above post, there is white space where the tags used to be, and objects in the tags such as "028" for the tag "ticketNum" exists, but the tags do not.
Is this a known problem? Never noticed it before, but I haven't posted code in a long time.
0
Comments
[php]
028
12:07PM
[/php]I just edited it, and saving.... leaving the code as is...
OK yup, it broke the code....