[OS-JIRA] Created: (WOL-1141) Refactor > Format breaks code if you wrap the doctype in a conditional

From: Simon McLean (JIRA) ("Simon)
Date: Tue Jan 19 2010 - 13:14:56 EST

  • Next message: Henrique Prange: "Re: Maven's ziptards don't have executable bits set"

    Refactor > Format breaks code if you wrap the doctype in a conditional
    ----------------------------------------------------------------------

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

    This....

    <wo:if condition = "$strict"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"></wo:if>

    ...gets refactored to this:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <wo:if condition = "$strict" />

    -- 
    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 : Tue Jan 19 2010 - 13:16:12 EST