Skip to content

Commit

Permalink
Merge pull request #9 from AlexBlack788/cache
Browse files Browse the repository at this point in the history
Cache
  • Loading branch information
lejmr authored Feb 16, 2020
2 parents 74144cc + b96af85 commit 76d02f9
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 @@ -68,6 +68,7 @@ public function render($mode, Doku_Renderer $renderer, $data)
if ($mode !== 'xhtml') {
return false;
}
$renderer->nocache();

// Validate that the image exists otherwise pring a default image
global $conf;
Expand All @@ -92,4 +93,3 @@ public function render($mode, Doku_Renderer $renderer, $data)
return true;
}
}

0 comments on commit 76d02f9

Please sign in to comment.