From abfde137a9d3421162e29467398d538eff1be9bf Mon Sep 17 00:00:00 2001 From: Rasmus Fuhse <fuhse@data-quest.de> Date: Thu, 1 Dec 2016 12:45:15 +0100 Subject: [PATCH] re #71 --- views/myplugins/overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/myplugins/overview.php b/views/myplugins/overview.php index 1bcccb6..d0d41e2 100755 --- a/views/myplugins/overview.php +++ b/views/myplugins/overview.php @@ -37,8 +37,8 @@ if (version_compare($max, $release['studip_max_version'], "<")) { $max = $release['studip_max_version']; } - echo htmlReady($max === "0.1" ? "?" : $max); } + echo htmlReady($max === "0.1" ? "?" : $max); ?> </td> <td> -- GitLab