]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Changed double-quotes to single
[friendica.git] / 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'],