From 3578d98d4c40e76346b4b931e811081b33329954 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 18 Apr 2018 15:20:04 +0200 Subject: buildmaster/todos.php: make references on todos work --- buildmaster/todos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "TODO #" . $row["id"] . ""; + print "TODO #" . $row["id"] . ""; print " - "; print "" . $row["file"] . "(line " . $row["line"] . ")"; print ":
\n"; -- cgit v1.2.3