diff options
Diffstat (limited to 'default')
-rw-r--r-- | default/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/default/index.html b/default/index.html index 434ae542..47071461 100644 --- a/default/index.html +++ b/default/index.html @@ -1084,7 +1084,9 @@ <div class="panel-heading"> <h3 class="panel-title">Panel warning</h3> </div> - Panel content + <div class="panel-body"> + Panel content + </div> </div> </div> <div class="col-lg-4"> |