diff --git a/developer_manual/templates.rst b/developer_manual/templates.rst index e17b2186b..7e05d5a98 100644 --- a/developer_manual/templates.rst +++ b/developer_manual/templates.rst @@ -1,7 +1,7 @@ Templates ========= -Owncloud uses its own templating system. +ownCloud uses its own templating system. TODO: Security: disallow print(), echo, value. The value will be run through urlencode() :returns: the absolute URL to the file @@ -80,7 +80,7 @@ This function is used to produce generate clean and absolute links to your files .. php:function:: image_path($app, $image) - :param string $app: the name of your app as a string. If the string is empty, owncloud looks for the image in core + :param string $app: the name of your app as a string. If the string is empty, ownCloud looks for the image in core :param array $image: the filename of the image :returns: the absolute URL to the image as a string