Skip to content

Commit

Permalink
fixup! Add stripe donate form
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Apr 2, 2024
1 parent c448270 commit 10da724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions classes/Renderer/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ function render_php($template_file)
$path = INCLUDESPATH . 'easyparliament/templates/html/' . $template_file . '.php';
ob_start();
include($path);
$var=ob_get_contents();
ob_end_clean();
return $var;
return ob_get_clean();
}

class Markdown
Expand Down

0 comments on commit 10da724

Please sign in to comment.