allow pdl content

This commit is contained in:
redmatrix
2015-11-12 17:47:38 -08:00
parent 22a650ade8
commit 888bf76e4b
4 changed files with 23 additions and 1 deletions

View File

@@ -131,6 +131,10 @@ function page_content(&$a) {
xchan_query($r);
$r = fetch_post_tags($r,true);
if($r[0]['mimetype'] === 'application/x-pdl')
$a->page['pdl_content'] = true;
$o .= prepare_page($r[0]);
return $o;