fix some HTML violations in frio

This commit is contained in:
rabuzarus 2017-10-20 15:21:42 +02:00
commit f2d51737eb
45 changed files with 221 additions and 218 deletions

View file

@ -33,7 +33,7 @@ function frio_init(App $a) {
// variable so the js scripts can use this information
if($a->is_mobile || $a->is_tablet) {
$a->page["htmlhead"] .= <<< EOT
<script>
<script type="text/javascript">
var is_mobile = 1;
</script>
EOT;