Skip to content

Commit

Permalink
add additional_class to attribute templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cogizz committed Aug 15, 2014
1 parent 5a38dcc commit ec15f02
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1 +1 @@
<span class="text"><?php echo $this->raw; ?></span>
<span class="text<?php echo $this->additional_class; ?>"><?php echo $this->raw; ?></span>

0 comments on commit ec15f02

Please sign in to comment.