Commit df07e8a259f80fd8d107756b8b3af08afd4a3540
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 | <div class="panel_heading"> | 2 | <div class="panel_heading"> |
3 | <thead> | 3 | <thead> |
4 | <tr> | 4 | <tr> |
@@ -11,5 +11,9 @@ | @@ -11,5 +11,9 @@ | ||
11 | </tr> | 11 | </tr> |
12 | </thead> | 12 | </thead> |
13 | </div > | 13 | </div > |
14 | + <tbody> | ||
15 | + <tr> | ||
16 | + <td> </td> | ||
17 | + </tr> | ||
14 | </table> | 18 | </table> |
15 | 19 |