summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index f32fc1f3d..6e84cb0da 100644
--- a/globals.pl
+++ b/globals.pl
@@ -947,7 +947,7 @@ sub DBNameToIdAndCheck {
}
$name = html_quote($name);
- ThrowUserError("The name <TT>$name</TT> is not a valid username.
+ ThrowUserError("The name <tt>$name</tt> is not a valid username.
Either you misspelled it, or the person has not
registered for a Bugzilla account.");
}