FML Improvements

This commit is contained in:
Steffen Schröder
2014-05-16 22:44:22 +02:00
parent 1c4d024f4b
commit 192cb2cb79
18 changed files with 430 additions and 332 deletions

View File

@ -122,6 +122,9 @@ class CheckBoxDesign implements Styleable, SubStyleable {
} else {
$string = $this->style . '|' . $this->subStyle;;
}
return Builder::escapeText($string);
if ($escaped) {
return Builder::escapeText($string);
}
return $string;
}
}