Skip to content

Commit

Permalink
Added $ContentClass to template
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Sep 22, 2017
1 parent e1a15a9 commit 909c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/SilverWare/Legals/Pages/Includes/Content.ss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if $ProcessedContent %>
<div class="content">
<div class="$ContentClass">
$ProcessedContent
</div>
<% end_if %>

0 comments on commit 909c1b3

Please sign in to comment.