diff options
author | alecpl <alec@alec.pl> | 2011-12-06 18:19:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-06 18:19:32 +0000 |
commit | 7bb5f63a36b3cab8f845745916ead41b1e34ed76 (patch) | |
tree | 1c1379c2c08ced2a74e07b84f54278cfd51e4979 /skins/default/templates | |
parent | c33dc1a45100b4a8570f7326d5529759dd0d3932 (diff) |
- Fix label, add paragraph closing tag
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/about.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/default/templates/about.html b/skins/default/templates/about.html index 23cfb7c7f..1af7bea11 100644 --- a/skins/default/templates/about.html +++ b/skins/default/templates/about.html @@ -20,8 +20,7 @@ it under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GNU General Public License version 2</a> as published by the Free Software Foundation. </p> -<p class="links"> - <roundcube:object name="supportlink" label="suport" target="_blank" /> +<p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p> </div> <h4>Installed plugins</h4> |