summaryrefslogtreecommitdiff
path: root/httemplate/elements/input-fcc_options.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-08-05 15:54:51 -0700
committerMark Wells <mark@freeside.biz>2014-08-05 15:54:51 -0700
commitd7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f (patch)
tree1a527c06c1336bb6a81b3839bbd480122cec73de /httemplate/elements/input-fcc_options.html
parent0f359d5480aa1621d73ee802f420e8951abc620d (diff)
477 report: improve browse-edit UI
Diffstat (limited to 'httemplate/elements/input-fcc_options.html')
-rw-r--r--httemplate/elements/input-fcc_options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/input-fcc_options.html b/httemplate/elements/input-fcc_options.html
index b191e1c07..1d56cf274 100644
--- a/httemplate/elements/input-fcc_options.html
+++ b/httemplate/elements/input-fcc_options.html
@@ -39,7 +39,7 @@ function show_fcc_options(id) {
}
var media = String.toLowerCase(curr_values['media'] || 'unknown media');
if ( curr_values['is_consumer'] ) {
- out += '<li><strong>Consumer-grade</strong> service</li>>';
+ out += '<li><strong>Consumer-grade</strong> service</li>';
} else {
out += '<li><strong>Business-grade</strong> service</li>';
}