Skip to content

Commit

Permalink
Fixed #18670: Media Attribute not showing correctly in class preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Nov 8, 2011
1 parent f570e13 commit 11eb358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/standard/templates/class/datatype/view/ezmedia.tpl
Expand Up @@ -8,6 +8,8 @@
{case match='real_player'}{'RealPlayer'|i18n( 'design/standard/class/datatype' )}{/case}
{case match='silverlight'}{'Silverlight'|i18n( 'design/standard/class/datatype' )}{/case}
{case match='windows_media_player'}{'Windows Media Player'|i18n( 'design/standard/class/datatype' )}{/case}
{case match='html5_video'}{'Html5 Video'|i18n( 'design/standard/class/datatype' )}{/case}
{case match='html5_audio'}{'Html5 Audio'|i18n( 'design/standard/class/datatype' )}{/case}
{case}<i>{'Empty'|i18n( 'design/standard/class/datatype' )}</i>{/case}
{/switch}
</p>
Expand Down

0 comments on commit 11eb358

Please sign in to comment.