Author: as
Date: Fri Nov 16 09:59:36 2007
New Revision: 6749

Log:
- Fixed a broken RST file.

Modified:
    docs/articles/2006-07-17-template-component.txt

Modified: docs/articles/2006-07-17-template-component.txt
==============================================================================
--- docs/articles/2006-07-17-template-component.txt [iso-8859-1] (original)
+++ docs/articles/2006-07-17-template-component.txt [iso-8859-1] Fri Nov 16 
09:59:36 2007
@@ -99,10 +99,10 @@
     public function run()
     {
         $this->action->run();
- 
+
         $template = new ezcTemplate();
         $template->send->action = $this->action;
- 
+
         echo $template->process( $this->action->template . ".ezt" );
     }
 
@@ -173,6 +173,7 @@
 -----------------
 
 ::
+
     {use $action}
     {var
         $menu = array( "Back to site" => array( "action" => "sitedetails", 
"site" => $action->site-id ) )
@@ -353,4 +354,6 @@
 Resources
 =========
 
-* eZ components
+* `eZ components`__
+
+__ http://ezcomponents.org


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to