aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormatthew <matthew>2009-11-04 14:22:56 +0000
committermatthew <matthew>2009-11-04 14:22:56 +0000
commita9497797dfff93014f73292534297494dcf5f634 (patch)
treec86453787bf149090789f20fbcd7ec9ed526c5b2 /templates
parentb9cb80ae872dc0513059b016e0bbfe2b37ae25d5 (diff)
Move input text size out of core, put a div in template.
Diffstat (limited to 'templates')
-rw-r--r--templates/website/report-form2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/website/report-form b/templates/website/report-form
index 94d96b800..c071495bc 100644
--- a/templates/website/report-form
+++ b/templates/website/report-form
@@ -10,7 +10,7 @@
<div id="problem_form">
{{ $form_heading }}
<div id="fieldset">
-{{ $category }}
+<div>{{ $category }}</div>
<div><label for="form_title">{{ $subject_label }}</label>
<input type="text" value="{{ $input_h{title} }}" name="title" id="form_title" size="30"></div>