diff options
author | Mark Wells <mark@freeside.biz> | 2014-07-31 22:54:08 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-07-31 22:54:08 -0700 |
commit | 0f359d5480aa1621d73ee802f420e8951abc620d (patch) | |
tree | 4bab32c865f9ef7b2bb03247a6be75215cfebf85 /httemplate/elements/tr-input-fcc_options.html | |
parent | 6c284750de8fe49d7d4cdc6a9a4fb618697780e2 (diff) |
new 477 report: deployment info, combined browse-edit UI, #24047
Diffstat (limited to 'httemplate/elements/tr-input-fcc_options.html')
-rw-r--r-- | httemplate/elements/tr-input-fcc_options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-input-fcc_options.html b/httemplate/elements/tr-input-fcc_options.html index 11cb4a962..58f7247c4 100644 --- a/httemplate/elements/tr-input-fcc_options.html +++ b/httemplate/elements/tr-input-fcc_options.html @@ -41,9 +41,9 @@ function show_fcc_options() { } 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></li>>'; } else { - out += '<li><strong>Business-grade</strong> service</li>'; + out += '<li><strong>Business-grade</strong></li>'; } if ( curr_values['is_broadband'] ) { out += '<li>Broadband via <strong>' + tech + '</strong>' |