From 7bb5f63a36b3cab8f845745916ead41b1e34ed76 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 06 Dec 2011 13:19:32 -0500 Subject: [PATCH] - Fix label, add paragraph closing tag --- 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 23cfb7c..1af7bea 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> -- Gitblit v1.9.1