Feedback / Draft + extra days

This commit is contained in:
Kevin Adametz 2019-01-03 12:02:06 +01:00
parent 6e0c7e8706
commit f9fcaac838
13 changed files with 453 additions and 395 deletions

View file

@ -180,7 +180,7 @@ class HTMLHelper
$setId = $obj->id;
}
if($empty){
$ret .= '<option value="">Non-Parent</option>\n';
// $ret .= '<option value="">Main (No-Parent)</option>\n';
}
foreach ($options as $id => $name){
$attr = ($id === $setId) ? 'selected="selected"' : '';
@ -196,7 +196,6 @@ class HTMLHelper
//@$dom->loadHTML();
@$dom->loadHTML( mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'));
if(isset($arg['src'])){
if(in_array('addHost', $arg['src'])){
@ -232,7 +231,6 @@ class HTMLHelper
return mb_convert_encoding($html, "UTF-8", "HTML-ENTITIES");
}
return $html;
}