]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix long line noticed by Gerv, no bug #.
authorbbaetz%student.usyd.edu.au <>
Mon, 19 Aug 2002 21:30:28 +0000 (21:30 +0000)
committerbbaetz%student.usyd.edu.au <>
Mon, 19 Aug 2002 21:30:28 +0000 (21:30 +0000)
Bugzilla/Util.pm

index aabaabb888d596122d64f2385afc0f92a1058bfd..74e7c1fe6736a99723e0ddffe87aa3e4517c27f2 100644 (file)
@@ -106,7 +106,8 @@ Use trick_taint() when you know that there is no way that the data
 in a scalar can be tainted, but taint mode still bails on it.
 
 B<WARNING!! Using this routine on data that really could be tainted defeats
-the purpose of taint mode.  It should only be used on variables that have been sanity checked in some way and have been determined to be OK.>
+the purpose of taint mode.  It should only be used on variables that have been
+sanity checked in some way and have been determined to be OK.>
 
 =cut