1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 23:16:28 +02:00

Cache admin UI usability

This commit is contained in:
SecretR
2013-03-07 16:05:03 +02:00
parent 4dfdaacac7
commit 137ecd6c2e
2 changed files with 3 additions and 3 deletions

View File

@@ -1578,7 +1578,7 @@ class e_form
if(substr($option,0,5) =='data-')
{
$ret .= " ".$option." = '{$optval}'";
$ret .= " ".$option."='{$optval}'";
}
}