Skip to content
Snippets Groups Projects
Commit abfde137 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #71

parent 324e7b55
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
if (version_compare($max, $release['studip_max_version'], "<")) { if (version_compare($max, $release['studip_max_version'], "<")) {
$max = $release['studip_max_version']; $max = $release['studip_max_version'];
} }
echo htmlReady($max === "0.1" ? "?" : $max);
} }
echo htmlReady($max === "0.1" ? "?" : $max);
?> ?>
</td> </td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment