Хранилища Subversion ant

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

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

/branches/ant-ng/index.php
91,6 → 91,9
$body .= "<option value='".$secure->checkInt($element["dist_id"])."'>".$secure->checkStr($element["distname"],1)."</option>\n";
}
$body .= "</select></fieldset>";
$body .= "<div id='vdist'>\n<fieldset>\n<legend>Версия дистрибутива</legend>\n";
$body .= "<select id='version' disabled='disabled'><option></option>\n";
$body .= "</select></div>\n";
 
$tmpl->assign('scripts', $scripts);
$tmpl->assign('body', $body);