1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

Moved some of the preferences into different areas.

This commit is contained in:
Cameron
2015-05-19 13:10:04 -07:00
parent 9d30d18361
commit 29e660fdea
3 changed files with 109 additions and 62 deletions

View File

@@ -1487,7 +1487,7 @@ class e_form
if($labelFound)
{
$text .= $labelFound."</label>";
$text .= "<span>".$labelFound."</span></label>";
}
return $text;