index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-18 15:20:04 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-18 15:20:04 +0200 |
commit | 3578d98d4c40e76346b4b931e811081b33329954 (patch) | |
tree | 118f0790be3cdfbf3810592ddd045a364fb2f499 /buildmaster | |
parent | 892d959fc566cbac28aff63e2f5d8eb65870f361 (diff) |
-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"; |