Commit ceace36ea041350fad6bac461ea51d4b14d7e514

Authored by Jean Wasilewski
2 parents 392aea79 ee1cb73c

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

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
agenda.php
1   -<table class="table table-striped table condensed">
  1 +<table class="table table-striped table-bordered table-condensed">
2 2 <div class="panel_heading">
3 3 <thead>
4 4 <tr>
... ... @@ -11,5 +11,9 @@
11 11 </tr>
12 12 </thead>
13 13 </div >
  14 + <tbody>
  15 + <tr>
  16 + <td> </td>
  17 + </tr>
14 18 </table>
15 19  
... ...