[Pkg-owncloud-commits] [owncloud] 91/131: make sure that there is a space between user- and admin-documentation
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 15:58:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.1
in repository owncloud.
commit 965fd990fcabf74312013aa7b698a1a30b4d3c45
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Jul 22 14:02:43 2015 +0200
make sure that there is a space between user- and admin-documentation
---
settings/templates/apps.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index c88efb8..3ee8044 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -81,14 +81,14 @@ script(
<p class="documentation">
<?php p($l->t("Documentation:"));?>
{{#if documentation.user}}
- <span class="userDocumentation appslink">
- <a id='userDocumentation' href='{{documentation.user}}' target="_blank"><?php p($l->t("User Documentation"));?></a>
+ <span class="userDocumentation">
+ <a id='userDocumentation' class="appslink" href='{{documentation.user}}' target="_blank"><?php p($l->t("User Documentation"));?></a>
</span>
{{/if}}
{{#if documentation.admin}}
- <span class="adminDocumentation appslink">
- <a id='adminDocumentation' href='{{documentation.admin}}' target="_blank"><?php p($l->t("Admin Documentation"));?></a>
+ <span class="adminDocumentation">
+ <a id='adminDocumentation' class="appslink" href='{{documentation.admin}}' target="_blank"><?php p($l->t("Admin Documentation"));?></a>
</span>
{{/if}}
</p>
--
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