Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/services_dyndns_edit.php | ||
---|---|---|
467 | 467 |
</span> |
468 | 468 |
<?php printf(gettext("You must configure a DNS server in %sSystem: |
469 | 469 |
General setup%s or allow the DNS server list to be overridden |
470 |
by DHCP/PPP on WAN for dynamic DNS updates to work."),'<a href="system.php">','</a>');?>
|
|
470 |
by DHCP/PPP on WAN for dynamic DNS updates to work."), '<a href="system.php">', '</a>');?>
|
|
471 | 471 |
</span> |
472 | 472 |
</td> |
473 | 473 |
</tr> |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.