summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a4aefff62..b6490fac9 100644
--- a/functions.php
+++ b/functions.php
@@ -682,7 +682,8 @@
$sel .= " value=\"0\"";
}
- print "<input type=\"radio\" $sel $attributes name=\"$id\">&nbsp;$v&nbsp;";
+ print "<input class=\"noborder\"
+ type=\"radio\" $sel $attributes name=\"$id\">&nbsp;$v&nbsp;";
}
}