mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-12 23:52:55 +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();
|
$info = array();
|
||||||
$result = p_render($RENDERER,p_get_instructions($source),$info);
|
$result = p_render($RENDERER,p_get_instructions($source),$info);
|
||||||
if(is_null($result)) die("No such renderer $RENDERER\n");
|
if(is_null($result)) die("No such renderer $RENDERER\n");
|
||||||
|
echo $result;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print usage info
|
* Print usage info
|
||||||
|
Reference in New Issue
Block a user