[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-144-gb5aabe8
Emannuel Lacour
elacour at bestpractical.com
Fri Sep 3 11:59:54 EDT 2010
The branch, 3.8-trunk has been updated
via b5aabe88043c9e436fc02601347a9e7d086cc826 (commit)
from 030782516636e03b75d81661643ba6f1af521fb9 (commit)
Summary of changes:
share/html/Search/Bulk.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit b5aabe88043c9e436fc02601347a9e7d086cc826
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Fri Sep 3 18:01:49 2010 +0200
Fix quoting error that leave a default value of "/" for new subject in bulk update
diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index f892765..e6e3cfc 100755
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -141,7 +141,7 @@
</select>
</td></tr>
<tr><td align="right"><&|/l&>Subject</&>:</td><td> <input name="UpdateSubject"
-size="60" value=<% $ARGS{UpdateSubject} || "" %> /></td></tr>
+size="60" value="<% $ARGS{UpdateSubject} || '' %>" /></td></tr>
% while (my $CF = $TxnCFs->Next()) {
<tr>
<td align="right"><% $CF->Name %>:</td>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list