From f326e956e5223e4d097463e6d2a0436a1a997092 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 15 Aug 2012 04:09:09 -0400
Subject: [PATCH] Remove redundant label tag

---
 skins/larry/templates/compose.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index ff0c833..d29c1bd 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -131,7 +131,7 @@
 		</span>
 		<roundcube:endif />
 		<span class="composeoption">
-			<label><label for="rcmcomposepriority"><roundcube:label name="priority" />
+			<label for="rcmcomposepriority"><roundcube:label name="priority" />
 				<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></label>
 		</span>
 		<span class="composeoption">

--
Gitblit v1.9.1