mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-08 11:06:50 +02:00
fix broken index templates
This commit is contained in:
parent
281047e2cc
commit
0e2d1cb15d
@ -349,7 +349,7 @@ function send_template()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// change all attribute-names of new et2-* widgets to camelCase, and other attribute modifications for all web-components
|
// change all attribute-names of new et2-* widgets to camelCase, and other attribute modifications for all web-components
|
||||||
$str = preg_replace_callback('#<(et2|records)-([a-z-]+)\s(.*?")\s*>\s*<#s', static function(array $matches)
|
$str = preg_replace_callback('#<(et2|records)-([a-z-]+)\s(.*?")\s*/?>\s*<#s', static function(array $matches)
|
||||||
{
|
{
|
||||||
$attrs = parseAttrs($matches[3]);
|
$attrs = parseAttrs($matches[3]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user