Commit f2419e4bb2af954ca5ac48ddd041cd21d40fbd44

Authored by kevin
2 parents c8cce969 240b629b

Merge branch 'master' of ssh://servclubinfo.insecure.deule.net/crep

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
menu.php
1 1 <div class="well well-sm" role="complementary">
2 2 <ul class="nav">
3 3 <li>
4   - <a href="#" onClick="file('news.php')">News</a>
  4 + <a href="#" onClick="file('news.php'):">News</a>
5 5 </li>
6 6 <li>
7   - <a href="#" onClick="file('agenda.php')">Agenda</a>
  7 + <a href="#" onClick="file('agenda.php');">Agenda</a>
8 8 </li>
9 9 <li>
10   - <a href="#" onClick="file('orga.php')">Organisation</a>
  10 + <a href="#" onClick="file('orga.php');">Organisation</a>
11 11 </li>
12 12 <li>
13   - <a href="#" onClick="file('connect.php')">Connexion</a>
  13 + <a href="#" onClick="file('connect.php;')">Connexion</a>
14 14 </li>
15 15 </ul>
16 16 </div>
... ...