Monotone-Parent: 5d13be9c64742eda95c52fa0f0205eb99849d1d1

Monotone-Revision: e5b6580e3ea6df5bbc9bde0db8b2a350b69e3eb8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-28T13:20:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-09-28 13:20:13 +00:00
parent 02bf8acc97
commit 9a04b3bdfd

View file

@ -1,11 +1,11 @@
<?xml version="1.0" standalone="yes"?> <?xml version="1.0" standalone="yes"?>
<!DOCTYPE div>
<div xmlns="http://www.w3.org/1999/xhtml" <div xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding" xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant" xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url" xmlns:rsrc="OGo:url"
xmlns:label="OGo:label" xmlns:label="OGo:label"
> >
<div>
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex"> <var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div> <div>
<var:component value="contentViewerComponent" <var:component value="contentViewerComponent"
@ -14,4 +14,3 @@
</div> </div>
</var:foreach> </var:foreach>
</div> </div>
</div>