diff options
author | mkanat%kerio.com <> | 2006-02-23 08:54:13 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2006-02-23 08:54:13 +0100 |
commit | aed0dc118c22c05799ea2e656d4a3b68356e9c28 (patch) | |
tree | 32d0c3be83f812932541d4b95cb4737cf9013b03 /editusers.cgi | |
parent | 48770585552dc34cea6bdeef4147227e85b9225a (diff) | |
download | bugzilla-aed0dc118c22c05799ea2e656d4a3b68356e9c28.tar.gz bugzilla-aed0dc118c22c05799ea2e656d4a3b68356e9c28.tar.xz |
Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at the beginning
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index 4e4009dc7..47b51c4cb 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -wT # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public |