summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 10:30:31 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 10:30:31 -0400
commit3a191fc684a00feb36691cb5cd3b1f91073b5680 (patch)
tree89f5100e49ce76191f886f180b9c0360735ccee5
parent585c6ee3c9e1cb5d03ff9d15a615e7e8089c28f7 (diff)
downloadthird_party-cobbler-3a191fc684a00feb36691cb5cd3b1f91073b5680.tar.gz
third_party-cobbler-3a191fc684a00feb36691cb5cd3b1f91073b5680.tar.xz
third_party-cobbler-3a191fc684a00feb36691cb5cd3b1f91073b5680.zip
Cheetah wants "end if", not just "end".
-rw-r--r--webui_templates/system_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index d268863..c579970 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -104,7 +104,7 @@ function get_random_mac()
/>
#if not $system
<a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
- #end
+ #end if
<p class="context-tip">Example: AA:BB:CC:DD:EE:FF</p>
</td>
</tr>