Whitespace fixes.
[Sone.git] / src / main / resources / templates / index.html
index c3fe064..3955d3b 100644 (file)
@@ -23,7 +23,7 @@
                                                                replyElement.removeClass("light");
                                                        });
                                                })(replyElement);
-                                               replyElement.find("input.create-reply").focus();
+                                               replyElement.find("input.reply-input").focus();
                                        });
                                })(postId);
                                $(this).find(".create-reply").addClass("hidden");
@@ -55,9 +55,9 @@
                        <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
                <%/foreach>
        </div>
-       
+
        <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
-       
+
        <div><%= Page.Index.AddSone.Description|l10n|html></div>
 
        <form action="addSone.html" method="post">