Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thijs 97 posts 117 karma points
    Nov 18, 2011 @ 09:54
    Thijs
    0

    Blog4Umbraco shows html-tags

    I installed the blog4umbraco package. When on the main page with al the new posts, the package shows the html-tags of every post. How can this be resolved?

    Regards

    Thijs

  • Thijs 97 posts 117 karma points
    Nov 18, 2011 @ 10:22
    Thijs
    0

    I want to delete this topic because the solution is so obvious but the site wont let me.. I added this to the rule the shows the tekst:

    /xslt/BlogListPosts.xslt, line 161-163
    change:

    <div class="entry-content"> 
      <xsl:value-of select="$post/bodyText" /> 
    </div>

    to

    <div class="entry-content"> 
      <xsl:value-of select="$post/bodyText" disable-output-escaping="yes"/> 
    </div>
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies