index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/todos.php | 2 |
diff --git a/buildmaster/todos.php b/buildmaster/todos.php index 2f8d15c..d2c42dc 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -74,7 +74,7 @@ if (isset($_GET["graph"])) { show_warning_on_offline_slave(); while ($row = $result->fetch_assoc()) { - print "<a href=\"#TODO" . $row["id"] . "\">TODO #" . $row["id"] . "</a>"; + print "<a href=\"#TODO" . $row["id"] . "\" name=\"TODO" . $row["id"] ."\">TODO #" . $row["id"] . "</a>"; print " - "; print "<a href=\"https://github.com/archlinux32/builder/blob/master/" . $row["file"] . "#L" . $row["line"] . "\">" . $row["file"] . "(line " . $row["line"] . ")</a>"; print ":<br>\n"; |