1
0
www.mikescher.com/www/protected/views/log/_ajaxMarkdownPreview.php

7 lines
76 B
PHP
Raw Normal View History

2014-06-06 19:31:05 +02:00
<?php
$this->beginWidget('CMarkdown');
echo $content;
$this->endWidget();