Commit 13dee9ef authored by Ad Schellevis's avatar Ad Schellevis

missing <tr> dyn_dns_status.widget.php

parent 7a670d65
...@@ -85,10 +85,12 @@ if (!empty($_REQUEST['getdyndnsstatus'])) { ...@@ -85,10 +85,12 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
<table class="table table-striped table-condensed"> <table class="table table-striped table-condensed">
<thead> <thead>
<th><?=gettext("Int.");?></th> <tr>
<th><?=gettext("Service");?></th> <th><?=gettext("Int.");?></th>
<th><?=gettext("Hostname");?></th> <th><?=gettext("Service");?></th>
<th><?=gettext("Cached IP");?></th> <th><?=gettext("Hostname");?></th>
<th><?=gettext("Cached IP");?></th>
</tr>
</thead> </thead>
<tbody> <tbody>
<?php <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment