Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/reader
diff options
context:
space:
mode:
authorpriyanka-m <priyanka.menghani@gmail.com>2012-10-26 19:54:52 +0400
committerpriyanka-m <priyanka.menghani@gmail.com>2012-10-26 19:54:52 +0400
commite436879906352c37071248bfe389bbfa50349073 (patch)
tree2c966e03a0fddefa1a6bbbef19d75a865e8452ab /reader
parentbd60b58bc9e85efde6778b70d3bf683674080e62 (diff)
parent942e3857c6106f978ae5531215945fd4d4b65670 (diff)
Merge remote-tracking branch 'apps/master'
Diffstat (limited to 'reader')
-rwxr-xr-xreader/appinfo/app.php2
-rwxr-xr-xreader/index.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/reader/appinfo/app.php b/reader/appinfo/app.php
index ded228616..506cd34e6 100755
--- a/reader/appinfo/app.php
+++ b/reader/appinfo/app.php
@@ -11,4 +11,4 @@ OCP\App::addNavigationEntry( array(
'icon' => OCP\Util::imagePath( 'reader', 'reader.png' ),
'name'=>'Reader'));
-?>
+
diff --git a/reader/index.php b/reader/index.php
index b8358433c..9c0fd3b6c 100755
--- a/reader/index.php
+++ b/reader/index.php
@@ -22,4 +22,3 @@ $tmpl = new OCP\Template( 'reader', 'index', 'user' );
$tmpl->assign('dir', $dir);
$tmpl->printPage();
-?>