------------------------------------------------------------
revno: 1160
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Tue 2012-04-10 12:44:17 +0200
message:
  Fix bug #977923
modified:
  libs/Engine_aiki.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 'libs/Engine_aiki.php'
--- libs/Engine_aiki.php	2012-04-03 08:05:02 +0000
+++ libs/Engine_aiki.php	2012-04-10 10:44:17 +0000
@@ -381,7 +381,8 @@
                 $widgetContents = $aiki->AikiScript->parser($widgetContents);
                 $widgetContents = $this->inline_widgets($widgetContents);
                 $widgetContents = $this->inherent_widgets($widgetContents);
-                $widgetContents = $aiki->SqlMarkup->sql($widgetContents);
+				// move to parse_widget_with_data
+                //$widgetContents = $aiki->SqlMarkup->sql($widgetContents);
 
 
                 // Hits sustitution
@@ -748,6 +749,7 @@
         $template = $aiki->Records->edit_in_place($template, $values);
         $template = $aiki->text->aiki_nl2br($template);
         $template = $aiki->text->aiki_nl2p($template);
+        $template = $aiki->SqlMarkup->sql($template);
         return $template;
     }
 

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to