------------------------------------------------------------
revno: 797
committer: Roger Martin <rg1...@gmail.com>
branch nick: aikiframework
timestamp: Tue 2011-06-07 23:21:48 +0200
message:
  corrected in get/show option comment-list
modified:
  src/system/libraries/message.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/system/libraries/message.php'
--- src/system/libraries/message.php	2011-06-07 20:52:37 +0000
+++ src/system/libraries/message.php	2011-06-07 21:21:48 +0000
@@ -179,7 +179,7 @@
 
         switch ($glue){
             case "as array": return $this->stored[$key];
-            case "comented-list": return "<!-- ". implode(", ", $this->stored[$key]) ."-->";
+            case "comment-list": return "<!-- ". implode(", ", $this->stored[$key]) ."-->";
             case "li": return "<li>". implode("</li><li>", $this->stored[$key]) ."</li>";
             case "ol":
             case "ul": return "<$glue><li>". implode("</li><li>", $this->stored[$key]) ."</li></$glue>";

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to