From a856e8a97209f33771981c751584d69996c0a9a4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 11 Jun 2014 07:01:57 -0400 Subject: [PATCH] Fix typo --- 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 2812d37..98ef296 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -27,7 +27,7 @@ <roundcube:if condition="config:enable_spellcheck" /> <span class="dropbutton"> <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> - <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2">Select Spell Language</a> + <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a> </span> <roundcube:endif /> <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="UI.show_uploadform(event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2" /> -- Gitblit v1.9.1