summaryrefslogtreecommitdiff
path: root/templates/demo/timecard.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/demo/timecard.html')
-rw-r--r--templates/demo/timecard.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/demo/timecard.html b/templates/demo/timecard.html
index e6bb05ab..af49fb87 100644
--- a/templates/demo/timecard.html
+++ b/templates/demo/timecard.html
@@ -2,7 +2,7 @@
<table width="100%">
- <?lsmb include letterhead.html ?>
+ <?lsmb INCLUDE letterhead.html ?>
<tr>
<td width=10>&nbsp;</td>
@@ -105,7 +105,7 @@
</td>
</tr>
- <?lsmb if notes ?>
+ <?lsmb IF notes ?>
<tr height=5></tr>
<tr>
@@ -115,7 +115,7 @@
<?lsmb notes ?>
</td>
</tr>
- <?lsmb end notes ?>
+ <?lsmb END ?>
</table>