diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 06:48:16 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 06:48:16 +0000 |
commit | 461fc4fcb8a8c3ecd2e1631ebfd069a0d3e15f0c (patch) | |
tree | 608480015ef7cbe6e2f92bc5da2753761697683e /dhcp-help-html.lsp | |
parent | 77206c9c619e18037e34d61b044c7ae9a512ab08 (diff) | |
download | acf-dhcp-461fc4fcb8a8c3ecd2e1631ebfd069a0d3e15f0c.tar.bz2 acf-dhcp-461fc4fcb8a8c3ecd2e1631ebfd069a0d3e15f0c.tar.xz |
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-help-html.lsp')
-rw-r--r-- | dhcp-help-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-help-html.lsp b/dhcp-help-html.lsp index 31a458d..5a6d35f 100644 --- a/dhcp-help-html.lsp +++ b/dhcp-help-html.lsp @@ -1,6 +1,6 @@ -<? +<% local form = ... -?> +%> <h1>DHCPd - Help</h1> <h2>DHCPd - About</h2> The acf-dhcp module serves as configuration frontend for the |