]> git.mxchange.org Git - friendica.git/commitdiff
Changed double-quotes to single
authorRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2022 15:43:22 +0000 (17:43 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2022 15:43:32 +0000 (17:43 +0200)
mod/editpost.php

index ae5f55e9052df6ced69f18abc1e924a00f53a92d..3fb8c80ec0510bff5c09260ea8115c684f4ff7f1 100644 (file)
@@ -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'],