Commit 426b685240cd6c01e369c180af725e831cdfac9c

Authored by Jean Wasilewski
1 parent 1fc3cb11

Keyboard failure

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.php
... ... @@ -10,7 +10,7 @@
10 10 <link rel="stylesheet" href="css/bootstrap.min.css">
11 11 <script type="text/javascript" src="js/crep.js"></script>
12 12 <script type="text/javascript" src="js/jquery.js"></script>
13   - <script type="text/javascript" src="js/bootstrap.min.js"></script>';
  13 + <script type="text/javascript" src="js/bootstrap.min.js"></script>
14 14 </head>
15 15 <body>
16 16 <?php require_once("topnavnar.php");?>
... ...