Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
", initial-scale=1.0" bei meta name=viewport entfernt.

Sollte keine Probleme nach sich ziehen.
  • Loading branch information
christian1180 authored Nov 23, 2024
1 parent 3ff1550 commit 9cb50f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=<?php echo strip_tags($viewport); ?>, initial-scale=1.0">
<meta name="viewport" content="width=<?php echo strip_tags($viewport); ?>">
<meta name="format-detection" content="telephone=no"/>
<title><?php echo strip_tags($title); ?></title>
<link href="css/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit 9cb50f3

Please sign in to comment.