/home/edulekha/studygroup.edulekha.com/ow_plugins/forum/views/components/forum_post_quote.html
<blockquote class="ow_quote">
    <span class="ow_quote_header">
        <span class="ow_author">{text key="forum+forum_quote"} {text key="forum+forum_quote_from"} <b>{$postFrom}</b></span>
    </span>
    <span class="ow_quote_cont_wrap">
        <span class="ow_quote_cont">
            {$postText}
        </span>
    </span>
</blockquote>