diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-30 17:13:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-30 17:13:21 -0700 |
commit | 1e086a4ac8ba45d179f9130c5a49aa68b1949909 (patch) | |
tree | e4485685e9eaf0e78f614e7e0ff5ab345cefa7c8 /Zotlabs/Module | |
parent | 1c3e6697615b70d2528856b6c8e69962a14763dc (diff) | |
download | volse-hubzilla-1e086a4ac8ba45d179f9130c5a49aa68b1949909.tar.gz volse-hubzilla-1e086a4ac8ba45d179f9130c5a49aa68b1949909.tar.bz2 volse-hubzilla-1e086a4ac8ba45d179f9130c5a49aa68b1949909.zip |
Hubzilla issue #1022 cleanup of post formatting
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 696191f70..7dc8eb1bc 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -357,7 +357,7 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiheaderPage' => $wikiheaderPage, '$renamePage' => $renamePage, '$sharePage' => $sharePage, - '$shareLink' => urlencode('#^[zrl=' . z_root() . '/wiki/' . argv(1) . '/' . $wikiUrlName . '/' . $pageUrlName . ']' . '[ ' . $owner['channel_name'] . ' ] - ' . $wikiheaderName . ' - ' . $wikiheaderPage . '[/zrl]'), + '$shareLink' => urlencode('#^[zrl=' . z_root() . '/wiki/' . argv(1) . '/' . $wikiUrlName . '/' . $pageUrlName . ']' . '[ ' . $owner['channel_name'] . ' ] ' . $wikiheaderName . ' - ' . $wikiheaderPage . '[/zrl]'), '$showPageControls' => $showPageControls, '$editOrSourceLabel' => (($showPageControls) ? t('Edit') : t('Source')), '$tools_label' => 'Page Tools', |