Code problem...

RWBRWB Icrontian
edited July 2007 in Community
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.

Comments

  • RWBRWB Icrontian
    edited July 2007
    This is a test...


    [php]



    028







    12:07PM



    [/php]I just edited it, and saving.... leaving the code as is...

    OK yup, it broke the code....
  • LincLinc Owner Detroit Icrontian
    edited July 2007
    Are you using the WYSIWYG interface? That tends to eat code.
  • RWBRWB Icrontian
    edited July 2007
    I think that's it... thanks, I'll use the normal editor from now on for code. Didn't recall having two versions :P
Sign In or Register to comment.