We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7601954 commit fffd1ebCopy full SHA for fffd1eb
1 file changed
generate/lib/functions.inc.php
@@ -85,7 +85,7 @@ function innerHTML(&$xml, $nodeName)
85
// there are multiple instanced of eregi() in this document,
86
// replace all -- CR 5 July 2017
87
//eregi("<$nodeName>(.*)<\/$nodeName>", $node->toString(), $matches);
88
- preg_match("/<$nodeName>(.*)<\/$nodeName>/", $node->toString(), $matches, PCRE_CASELESS);
+ preg_match("/<$nodeName>(.*)<\/$nodeName>/", $node->toString(), $matches);
89
// replace invalid <c> with <kbd>
90
$string = str_replace(array('<c>', '</c>'), array('<kbd>', '</kbd>'), $matches[1]);
91
if (substr($string, 0, 1) == "\n") {
0 commit comments