[Pkg-owncloud-commits] [owncloud] 14/49: Fixed placeholder after page reload

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:02:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit f2e17a0b689d0ff65bc5e6157fc91ae03a2206fe
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Mon Dec 2 18:49:34 2013 +0100

    Fixed placeholder after page reload
    
    The placeholder somehow had too many characters stripping from it...
---
 apps/files_external/templates/settings.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 0d318a1..3ca16c3 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -60,7 +60,7 @@
 											   class="optional"
 											   data-parameter="<?php p($parameter); ?>"
 											   value="<?php p($value); ?>"
-											   placeholder="<?php p(substr($placeholder, 5)); ?>" />
+											   placeholder="<?php p(substr($placeholder, 1)); ?>" />
 									<?php elseif (strpos($placeholder, '#') !== false): ?>
 										<input type="hidden"
 											   data-parameter="<?php p($parameter); ?>"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list