BUGFIX If WYSIWYG editing enabled, don't attempt to parse the content, just return the HTML instead

MINOR HTML code formatting in BlogEntry.ss
This commit is contained in:
Sean Harvey 2008-11-27 01:43:22 +00:00
parent bccb236a40
commit d2969a7fa4
1 changed files with 15 additions and 11 deletions

View File

@ -13,7 +13,11 @@
<% end_control %>
</p>
<% end_if %>
<% if IsWYSIWYGEnabled %>
$Content
<% else %>
$ParsedContent
<% end_if %>
<br />
</div>