Skip to content
Snippets Groups Projects
Commit f137f1a0 authored by Björn Schießle's avatar Björn Schießle
Browse files

Merge pull request #17807 from owncloud/improve_apps_template

make sure that there is a space between user- and admin-documentation
parents 296ed4c2 780a2ed0
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment