Skip to content

Commit

Permalink
Merge pull request #19 from cleberjsantos/master
Browse files Browse the repository at this point in the history
Fixed issue #17
  • Loading branch information
cleberjsantos committed May 28, 2012
2 parents 96cda01 + d578989 commit 24614ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc/galleria/support/browser/templates/galleria_view.pt
Expand Up @@ -25,7 +25,7 @@
text python:has_text and here.getText() or ''"
tal:condition="text"
tal:attributes="class python:here.Format() in ('text/structured',
'text/x-rst', ) 'stx' + kss_class and 'plain' or kss_class">
'text/x-rst', ) and 'stx' + kss_class or 'plain' + kss_class">
<div metal:define-slot="inside" tal:replace="structure text">The body</div>
</div>

Expand Down

0 comments on commit 24614ef

Please sign in to comment.