summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 2f88e815e..0105253dc 100644
--- a/backend.php
+++ b/backend.php
@@ -254,7 +254,7 @@
$class = ($lnum % 2) ? "even" : "odd";
if ($line["last_read_ts"] < $line["updated_ts"] && $line["unread"] == "f") {
- $update_pic = "<img src=\"updated.png\" alt=\"Updated\">";
+ $update_pic = "<img src=\"images/updated.png\" alt=\"Updated\">";
} else {
$update_pic = "&nbsp;";
}