From f2c0ec447530c1ac1643d8d7fde3e6c04d3aa681 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 3 May 2007 18:26:27 +0000 Subject: [PATCH] Fix minor url generation bug that was affecting showimageid and showosinfo. --- www/osinfo_defs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/osinfo_defs.php b/www/osinfo_defs.php index 95f612d7f..3b43b7118 100644 --- a/www/osinfo_defs.php +++ b/www/osinfo_defs.php @@ -410,7 +410,7 @@ class OSinfo echo "\n"; echo " $pid\n"; - echo " $eid\n"; + echo " $eid\n"; echo " $state\n"; echo "\n"; } -- GitLab