mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Changed double-quotes to single
This commit is contained in:
parent
1ee0e6f711
commit
90b0b33687
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue