From a0c305ec1b70c0d5a8aad8a1d3b2477bc3a15bbe Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 27 Jul 2018 09:31:58 +0200 Subject: git_url() new --- buildmaster/todos.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'buildmaster/todos.php') diff --git a/buildmaster/todos.php b/buildmaster/todos.php index e3d7319..bf77f08 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -1,5 +1,7 @@ fetch_assoc()) { print "TODO #" . $row["id"] . ""; print " - "; - print "" . $row["file"] . "(line " . $row["line"] . ")"; + print "" . $row["file"] . "(line " . $row["line"] . ")"; print ":
\n"; print str_replace("\\n","
\n",$row["description"]); print "
\n"; -- cgit v1.2.3