[OS-JIRA] Created: (WOL-549) Refactor -> Format inserting extra white space

From: Simon McLean (JIRA) ("Simon)
Date: Wed Jul 25 2007 - 06:31:33 EDT

  • Next message: Kieran Kelleher: "Format Indentation?"

    Refactor -> Format inserting extra white space
    -----------------------------------------------

                     Key: WOL-549
                     URL: http://issues.objectstyle.org/jira/browse/WOL-549
                 Project: WOProject/WOLips
              Issue Type: Bug
                Reporter: Simon McLean

    This snipped ot html:

                    <webobject name = "ASegmentHotelProfileTelephones">+ <webobject name = "ATelephoneCountryCode"></webobject> (<webobject name = "ATelephoneAreaCode"></webobject>) <webobject name = "ATelephoneNumber"></webobject> <webobject name = "ATelephoneType"></webobject><br />
                    </webobject>

    ... get's formatted to this:

                    <webobject name = "ASegmentHotelProfileTelephones">
                      +
                      <webobject name = "ATelephoneCountryCode"></webobject>
                      (
                      <webobject name = "ATelephoneAreaCode"></webobject>
                      )
                      <webobject name = "ATelephoneNumber"></webobject>
                      <webobject name = "ATelephoneType"></webobject>
                      <br />
                    </webobject>

    ... which changes the actual output to the browser (see attached screenshots).

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Wed Jul 25 2007 - 06:32:34 EDT