Skip to content

Commit c821f44

Browse files
authored
Use image-view class instead of document-view
1 parent 5a526de commit c821f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotti_image/templates/image.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml"
33
metal:use-macro="api.macro('kotti:templates/view/master.pt')">
44

5-
<article metal:fill-slot="content" class="document-view content">
5+
<article metal:fill-slot="content" class="image-view content">
66
<h1>${context.title}</h1>
77
<p class="lead">
88
${context.description}

0 commit comments

Comments
 (0)