Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
310,6 → 310,7
if ($rq->numRows()>0) {
$show = "<fieldset><legend>".$this->secure->checkStr($types["rtype"],1)."</legend>\n";
while ($rq->fetchInto($element)) {
//TODO Сделать вывод информации об архитектурах репозитория
$show .= "<div class='repository'><input type='checkbox' name='repository[]' value='".$element["rep_id"]."'> ".$this->secure->checkStr($element["repname"],1)." &mdash; ".$this->secure->checkStr($element["repinfo"],1)."</div>\n";
}
$show .= "</fieldset>\n";