From 742de15a7e761cb4e9f7544435188552dcf44ad4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 4 Jun 2018 21:17:32 +0200 Subject: github.com -> git.archlinux32.org --- buildmaster/todos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster/todos.php') diff --git a/buildmaster/todos.php b/buildmaster/todos.php index 427d2cc..3251778 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -76,7 +76,7 @@ if (isset($_GET["graph"])) { while ($row = $result->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