I try to render my entered comments but it write it on in very silly format 
like:

["\r\n \r\n
\r\n

\r\n \r\n Eren said on Wednesday, June 20, 2012:\r\n
\r\n

sdfwfwefwf
\r\n \r\n
\r\n\r\n ", "\r\n \r\n
\r\n

\r\n \r\n asdad said on Wednesday, June 20, 2012:\r\n
\r\n

asdasda
\r\n \r\n
\r\n\r\n ", "\r\n \r\n
\r\n

\r\n \r\n asdad said on Wednesday, June 20, 2012:\r\n
\r\n

asdasda
\r\n \r\n
\r\n\r\n ", "\r\n \r\n
\r\n

\r\n \r\n adad said on Wednesday, June 20, 2012:\r\n
\r\n

daadasdasd
\r\n \r\n
\r\n\r\n "]

this is what actually seem on my page. What is the problem behind it, any 
idea?

This is what I use for rendering.

<r:comments:field>
  <div class="comment" id="comment-<r:id/>">
    <p class="author">
      <r:if_author_url><a href="<r:author_url/>" title="Visit <r:author/>'s 
website"></r:if_author_url>
      <r:author/><r:if_author_url></a></r:if_author_url>said on <r:date/>:
    </p>
    <div class="content_html"><r:content_html /></div>
    <r:if_selected><p><em>
      <r:if_approved>Thanks for your comment!</r:if_approved>
      <r:unless_approved>Thanks for your comment, it has gone into the 
moderation queue and will be dealt with shortly.</r:unless_approved>
    </em></p></r:if_selected>
  </div>
</r:comments:field>

Reply via email to