summaryrefslogtreecommitdiff
path: root/utils/modules/pages.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/modules/pages.php')
-rw-r--r--utils/modules/pages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/pages.php b/utils/modules/pages.php
index d3ee0aa..16d6759 100644
--- a/utils/modules/pages.php
+++ b/utils/modules/pages.php
@@ -24,7 +24,7 @@ class Page {
$str = Markdown($this->content);
- if(preg_match_all("/\[\[([\?,a-zA-Z0-9_]+)\]\]/", $str, $res)) {
+ if(preg_match_all("/\[\[([\?,a-zA-Z0-9_=]+)\]\]/", $str, $res)) {
$modulecodes = array_unique($res[1]);
foreach($modulecodes as $modulecode) {