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-01 22:01:16 +0400
committerpriyanka-m <priyanka.menghani@gmail.com>2012-10-01 22:01:16 +0400
commit4f0136b5a40b423f29f8f168852e3e7a87d25b2f (patch)
treeab00e4e27d81922557be6b4a3cda83d1477c0c82 /reader
parent85b83911471094824b9d98e3f624e792b26f62f5 (diff)
Minor fix to reader app
Diffstat (limited to 'reader')
-rwxr-xr-xreader/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader/templates/index.php b/reader/templates/index.php
index 012acc135..e73b58473 100755
--- a/reader/templates/index.php
+++ b/reader/templates/index.php
@@ -4,7 +4,7 @@
<!-- Set dir value to be passed to integrate.js -->
<input type="hidden" name="dir" value="<?php echo empty($_['dir'])?'':rtrim($_['dir'],'/') ?>" id="dir">
</div>
-<div class = "actions"></div>
+<div class="actions"></div>
<?php
// Get the current directory.
$dir = empty($_['dir'])?'/':$_['dir'];