mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-25 15:59:39 +00:00
added missing print to bin/render.php
This commit is contained in:
@ -49,7 +49,7 @@ $source = stream_get_contents(STDIN);
|
||||
$info = array();
|
||||
$result = p_render($RENDERER,p_get_instructions($source),$info);
|
||||
if(is_null($result)) die("No such renderer $RENDERER\n");
|
||||
|
||||
echo $result;
|
||||
|
||||
/**
|
||||
* Print usage info
|
||||
|
Reference in New Issue
Block a user