[Rt-commit] r18140 - in rt/3.999/branches/merge_to_3.8.2: share/html/Admin/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 3 03:08:49 EST 2009


Author: sunnavy
Date: Tue Feb  3 03:08:49 2009
New Revision: 18140

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/SelectScripCondition

Log:
 r19462 at sunnavys-mb:  sunnavy | 2009-02-03 16:03:45 +0800
 tiny fix


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/SelectScripCondition
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/SelectScripCondition	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/SelectScripCondition	Tue Feb  3 03:08:49 2009
@@ -47,11 +47,11 @@
 %# END BPS TAGGED BLOCK }}}
 <select name="<%$name%>">
 <option value="" 
-<% ! defined $default && qq[ selected="selected"] %>
+<% ! defined $default && qq[ selected="selected"] |n %>
 >-</option>
 %while  (my $scrip_condition = $scrip_conditions->next) {
 <option value="<%$scrip_condition->id%>"
-<% defined $default && $scrip_condition->id == $default && qq[ selected="selected"] %>
+<% defined $default && $scrip_condition->id == $default && qq[ selected="selected"] |n %>
 ><% _($scrip_condition->name) %>
 </option>
 %}


More information about the Rt-commit mailing list