Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 318 → Редакция 319

/branches/ant-ng/lib/core.php
119,7 → 119,7
case 'html':
$show = "<fieldset><legend>".$this->secure->checkStr($types["rtype"],1)."</legend>\n";
while ($rq->fetchInto($element)) {
$show .= "<div class='sections'><input type='checkbox' name='section[]' value='".$element["sect_id"]."'> ".$this->secure->checkStr($element["sectname"])." &mdash; ".$this->secure->checkStr($element["sectinfo"])."</div>\n";
$show .= "<div class='sections'><input type='checkbox' name='section[]' value='".$element["sect_id"]."'> ".$this->secure->checkStr($element["sectname"],1)." &mdash; ".$this->secure->checkStr($element["sectinfo"],1)."</div>\n";
}
$show .= "</fieldset>\n";
break;