diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-06 18:19:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-06 18:19:32 +0000 |
| commit | ca3ee4a05a8bc8b0054a388f2610cb366a7eb537 (patch) | |
| tree | 4731bfaeb8d165bbd108cd6d2f232d1bf1b901c4 /roundcubemail | |
| parent | d0647a721344b8024b88900f8422c6c28f60b6bc (diff) | |
- Fix label, add paragraph closing tag
git-svn-id: https://svn.roundcube.net/trunk@5551 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/templates/about.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/about.html b/roundcubemail/skins/default/templates/about.html index 23cfb7c7f..1af7bea11 100644 --- a/roundcubemail/skins/default/templates/about.html +++ b/roundcubemail/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> |
