[Pkg-owncloud-commits] [owncloud-doc] 19/80: templates.rst update
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 02:54:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit b3a11613d869b6dac5deea3a004630624b1368eb
Author: Poehli <poehli92 at yahoo.de>
Date: Fri Feb 14 15:55:33 2014 +0100
templates.rst update
Added a bracket and semicolon on line 20
---
developer_manual/app/appframework/templates.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/app/appframework/templates.rst b/developer_manual/app/appframework/templates.rst
index 688bd11..fa3b751 100644
--- a/developer_manual/app/appframework/templates.rst
+++ b/developer_manual/app/appframework/templates.rst
@@ -17,7 +17,7 @@ Templates are abstracted by the TemplateResponse object and used and returned in
// main is the template name. Owncloud will look for template/main.php
$response = new TemplateResponse($this->api, 'main');
- $params = array('entries' => array('this', 'is', 'your', 'father', 'speaking')
+ $params = array('entries' => array('this', 'is', 'your', 'father', 'speaking'));
$response->setParams($params);
return $response;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list