fix colspan

This commit is contained in:
Ad Schellevis 2016-01-05 13:24:05 +01:00
parent 16801cff12
commit 9a11c79dfb

View File

@ -86,7 +86,7 @@ POSSIBILITY OF SUCH DAMAGE.
</tbody>
<tfoot>
<tr>
<td colspan="10">{{ lang._('NOTE: Local IPv6 peers use NDP instead of ARP.') }}</td>
<td colspan="6">{{ lang._('NOTE: Local IPv6 peers use NDP instead of ARP.') }}</td>
</tr>
</tfoot>
</table>