Skip to content

Commit

Permalink
Updated syntax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemming789TT committed May 31, 2024
1 parent 47203df commit 6b458f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function render($mode, Doku_Renderer $renderer, $data) {
$text = strtr(noNS($ID),'_',' ');
$text2 = "template:doc:{$text}";
if (rawWiki($text2) == '') {
$renderer->doc .= $renderer->render_text("Documentation not found. You can [[{$text2}?do=edit|create]] it though.", 'xhtml');
$renderer->doc .= $renderer->render_text($this->getLang('missing_argument'), 'xhtml');
}
else {
$renderer->doc .= $renderer->render_text(rawWiki($text2), 'xhtml');
Expand Down

0 comments on commit 6b458f9

Please sign in to comment.