From f9a9119002e5531a241b0affadf4fdbdbb32defe Mon Sep 17 00:00:00 2001 From: Oliver Bock Date: Wed, 2 Dec 2015 12:51:13 +0000 Subject: [PATCH] Added missing tag --- html/ops/pass_percentage_by_platform.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/ops/pass_percentage_by_platform.php b/html/ops/pass_percentage_by_platform.php index 6e385e27df..21c67fedc5 100644 --- a/html/ops/pass_percentage_by_platform.php +++ b/html/ops/pass_percentage_by_platform.php @@ -138,6 +138,8 @@ while ($res = $result->fetch_object()) { default: $ver_name .= " (unknown processor type)"; } } + echo ""; + echo "$ver_name"; echo "";