Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
1922,7 → 1922,7
$query .= "JOIN ".$this->prefix."version v ON v.version_id=r.version ";
$query .= "ORDER BY v.version_id,r.rep_id ASC";
$rq =& $this->db->query($query);
$show = "<ul>";
$show = "";
$splitter = 0;
while ($rq->fetchInto($element)) {
if ($splitter != $this->secure->checkInt($element["version_id"])) {
/branches/ant/0.9.x/css/style.css
121,5 → 121,10
}
 
li.nomarker {
list-style: none;
list-style: none;
}
 
li.nomarker:before {
content: "\00AA";
color: red;
}