From: Roland Häder Date: Thu, 30 Jun 2022 15:43:22 +0000 (+0200) Subject: Changed double-quotes to single X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90b0b33687c2b5b733326148e9af32906b2ab334;p=friendica.git Changed double-quotes to single --- diff --git a/mod/editpost.php b/mod/editpost.php index ae5f55e905..3fb8c80ec0 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -83,7 +83,7 @@ function editpost_content(App $a) Hook::callAll('jot_tool', $jotplugins); - $tpl = Renderer::getMarkupTemplate("jot.tpl"); + $tpl = Renderer::getMarkupTemplate('jot.tpl'); $o .= Renderer::replaceMacros($tpl, [ '$is_edit' => true, '$return_path' => '/display/' . $item['guid'],