summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r--web/template/pkg_details.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index a8da6c9c..8aba3afa 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -173,9 +173,8 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[
$src = $src[0];
# It is presumably an internal source
if ($row["LocationID"] == 2) {
- $urlpath = URL_DIR . $row['Name'];
- echo "<a href='$urlpath/$src'>";
- echo "$src</a><br />\n";
+ echo "<span class='f8'>$src</span>";
+ echo "<br />\n";
}
}
}