diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 1afc9082..91df5b7e 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -388,7 +388,7 @@ function package_details($id=0, $SID="") { // $darr[3] is the DepCondition if ($darr[2] == 0) echo $url."'>".$darr[1].$darr[3]."
\n"; - else echo "".$darr[1].$darr[3]."
\n"; + else echo "".$darr[1].$darr[3]."
\n"; } echo "\n"; echo ""; @@ -414,7 +414,7 @@ function package_details($id=0, $SID="") { // $darr[3] is the DepCondition if ($darr[2] == 0) print $url."'>".$darr[1].$darr[3]."
\n"; - else print "".$darr[1].$darr[3]."
\n"; + else print "".$darr[1].$darr[3]."
\n"; } echo "\n"; echo " \n";