------------------------------------------------------------
revno: 944
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Fri 2011-11-18 23:45:51 +0100
message:
bug 836828 corrected
modified:
src/libs/AikiScript.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/libs/AikiScript.php'
--- src/libs/AikiScript.php 2011-11-18 22:29:04 +0000
+++ src/libs/AikiScript.php 2011-11-18 22:45:51 +0000
@@ -56,7 +56,7 @@
$text = stripslashes($text);
- if (preg_match("/\<form.*((\<php |\(script\().*(\)script\)|php\>)).*\<\/form\>/Us", $text)) {
+ if (preg_match("/\<textarea.*((\<php |\(script\().*(\)script\)|php\>)).*\<\/textarea\>/Us", $text)) {
return $text;
}
// now, we will divided the text. The array is always
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp