Hi,

due to this type of use:

<dtl set $Data{"SplitSubject"} = "<td><input type="text" name="Subject" 
value="$Data{"Subject"}" size="60"><font color="red" size="-2">$Text{"$Data{"Subject 
invalid"}"}</font></td>">

I think the following change should be considered:

--- /opt/otrs/Kernel/Output/HTML/Generic.pm.ORIG        Thu Aug 14 16:20:45 2003
+++ /opt/otrs/Kernel/Output/HTML/Generic.pm     Thu Aug 14 16:20:57 2003
@@ -257,7 +257,7 @@
           # do system call (<dtl system-call $Data{"adasd"} = "uptime">)
           # --
           $Line =~ s{
-            <dtl\W(system-call|set)\W\$(Data|Env|Config)\{\"(.+?)\"\}\W=\W\"(.+?)\">
+            <dtl\W(system-call|set)\W\$(Data|Env|Config)\{\"(.+?)\"\}\W=\W\"(.+?)\">$
           }
           {
             my $Data = '';

Best regards,
</canau
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to