(html) Remove upper div from image part viewer

This commit is contained in:
Francis Lachapelle 2015-06-04 14:39:53 -04:00
parent b469045de8
commit 1d1f7445cb

View file

@ -1,9 +1,11 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE div>
<div xmlns="http://www.w3.org/1999/xhtml"
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:label="OGo:label">
xmlns:label="OGo:label"
>
<md-card>
<img var:src="pathToAttachment"
var:title="filenameForDisplay"
@ -20,4 +22,4 @@
</md-button>
</div>
</md-card>
</div>
</container>