diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-20 19:41:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-20 19:41:03 -0700 |
commit | 35fc7328de3237ef9727e6f729ffe4df4697a421 (patch) | |
tree | ab8aeb57ace7c03c660edcd740e512de44e0db54 /Zotlabs/Module/Wiki.php | |
parent | 7a611c6d47020d227630a96de8026da4dae5f862 (diff) | |
download | volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.tar.gz volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.tar.bz2 volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.zip |
even more fine tuning of the markdown purifier - especially when used with the wiki
Diffstat (limited to 'Zotlabs/Module/Wiki.php')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 28e8fe328..b5801c3d7 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -255,6 +255,7 @@ class Wiki extends \Zotlabs\Web\Controller { goaway('/' . argv(0) . '/' . argv(1) . '/' . $wikiUrlName . '/' . $pageUrlName); } + $wikiModalID = random_string(3); $wikiModal = replace_macros(get_markup_template('generic_modal.tpl'), array( |