We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a295038 commit 230379cCopy full SHA for 230379c
1 file changed
xoops_trust_path/modules/xpwiki/class/include/init.php
@@ -27,7 +27,7 @@
27
$root->InterWikiName = '(\[\[)?((?:(?!\s|:|\]\]).)+):(.+)(?(1)\]\])';
28
29
// 注釈
30
-$root->NotePattern = '/\(\(((?:(?>(?:(?!\(\()(?!\)\)(?:[^\)]|$)).)+)|(?R))*)\)\)/ex';
+$root->NotePattern = '/\(\(((?:(?>(?:(?!\(\()(?!\)\)(?:[^\)]|$)).)+)|(?R))*)\)\)/';
31
32
/////////////////////////////////////////////////
33
// Time settings
0 commit comments