Skip to content

Commit

Permalink
fix typo on css class
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpt committed Dec 29, 2011
1 parent f4a3150 commit e26554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collective/portlet/oembed/portlet.pt
@@ -1,5 +1,5 @@
<div tal:condition="view/data/omit_border"
tal:attributes="class string:portletEmbed ${view/css_class}"
tal:attributes="class string:portletOEmbed ${view/css_class}"
tal:content="structure view/embed" />
<dl tal:condition="not:view/data/omit_border"
tal:attributes="class string:portlet portletOEmbed ${view/css_class}"
Expand Down

0 comments on commit e26554c

Please sign in to comment.