Author: ornicar2
Date: 2010-02-02 21:51:35 +0100 (Tue, 02 Feb 2010)
New Revision: 27447

Modified:
   plugins/dmContactPlugin/modules/dmContact/templates/_form.php
Log:
[Diem][dmContactPlugin] replaced ?\194?\163 with _tag

Modified: plugins/dmContactPlugin/modules/dmContact/templates/_form.php
===================================================================
--- plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-02 20:45:55 UTC (rev 27446)
+++ plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-02 20:51:35 UTC (rev 27447)
@@ -27,7 +27,7 @@
 echo $form->renderHiddenFields();
 
 // change the submit button text
-echo £('div.submit_wrap', $form->submit('Send'));
+echo _tag('div.submit_wrap', $form->submit('Send'));
 
 // close the form tag
 echo $form->close();  
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to