Fix tag and please Opera’s very picky HTML parser.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 04:39:49 +0000 (06:39 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 04:39:49 +0000 (06:39 +0200)
src/main/resources/templates/include/soneMenu.html

index a1dd944..87114cc 100644 (file)
@@ -15,7 +15,7 @@
                <%if !sone.local>
                        <div>
                                <button class="follow<%if sone.friend> hidden<%/if>"><%= View.Sone.Button.FollowSone|l10n|html></button>
-                               <button class="unfollow<%if !sone.friend> hidden<%/if>"><%= View.Sone.Button.UnfollowSone|l10n|html></buton>
+                               <button class="unfollow<%if !sone.friend> hidden<%/if>"><%= View.Sone.Button.UnfollowSone|l10n|html></button>
                        </div>
                <%/if>
        </div>