Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
adding standard class name to tile
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jul 10, 2012
1 parent e422473 commit 2472215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plone/app/texttile/tile.pt
Expand Up @@ -7,7 +7,9 @@

<metal:tile fill-slot="content">

<div tal:replace="structure view/data/text" />
<div class="tile-text"
tal:condition="view/data/text"
tal:content="structure view/data/text" />

</metal:tile>

Expand Down

0 comments on commit 2472215

Please sign in to comment.