summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 12:39:54 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 12:39:54 -0400
commit585c6ee3c9e1cb5d03ff9d15a615e7e8089c28f7 (patch)
tree02c01d3b148c5a6798b1c6efee1adf765feed7dd /webui_templates
parentd927db2103910ef2f0a7cf7dca11a1d9d3f3c870 (diff)
downloadthird_party-cobbler-585c6ee3c9e1cb5d03ff9d15a615e7e8089c28f7.tar.gz
third_party-cobbler-585c6ee3c9e1cb5d03ff9d15a615e7e8089c28f7.tar.xz
third_party-cobbler-585c6ee3c9e1cb5d03ff9d15a615e7e8089c28f7.zip
Fix error in system_edit.tmpl
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 7354e72..d268863 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -103,7 +103,8 @@ function get_random_mac()
#end if
/>
#if not $system
- <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random#</a> #end
+ <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
+ #end
<p class="context-tip">Example: AA:BB:CC:DD:EE:FF</p>
</td>
</tr>