Changeset 1345

Show
Ignore:
Timestamp:
02/07/09 14:42:41 (8 months ago)
Author:
bruno
Message:

cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modules/kauri-representation/kauri-representationbuilder-api/src/main/resources/org/kauriproject/representation/errorpage_body.xml

    r1117 r1345  
    2828    <h3>HTTP error</h3> 
    2929    <p> 
    30       <!-- The following span is to work around the malicious whitespace stripping of the template language --> 
    31       <span>${kauri_status.code} ${kauri_status.name} </span> 
     30      ${kauri_status.code} ${kauri_status.name} 
    3231      <t:if test="${kauri_status.uri != null}"> 
    3332        (<a href="${kauri_status.uri}">description</a>) 
  • trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml

    r1266 r1345  
    107107              <td> 
    108108                <span kauri-role="delete" class="action">delete</span> 
    109                 &#160; <!-- FIXME: fix for broken whitespace handling in templating --> 
     109                &#160; 
    110110                <span class="action copyAction">copy</span> 
    111111              </td> 
     
    119119        </table> 
    120120        <span kauri-idref="countries" kauri-role="add" class="action">add row</span> 
    121         &#160; <!-- FIXME: fix for broken whitespace handling in templating --> 
     121        &#160; 
    122122        <span class="action" id="deleteAllRows">delete all rows</span> 
    123123      </fieldset>