Commit 86353429 authored by Franco Fichtner's avatar Franco Fichtner

dhcp: zap stray </p>

parent bf937657
......@@ -463,7 +463,7 @@ include("head.inc");
<div class="tab-content content-box col-xs-12">
<form method="post" name="iform" id="iform">
<?php if (!empty($config['dhcrelay6']['enabled'])): ?>
<?php print_content_box(gettext('DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface.')); ?></p>
<?php print_content_box(gettext('DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface.')); ?>
<?php elseif (count($tab_array_main) == 0):?>
<?php print_content_box(gettext('No interfaces found with a static IPv6 address.')); ?>
<?php else: ?>
......
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