Improve comment in codeBBCodeTag.tpl 2.1.0_Beta_1
authorTim Düsterhus <timwolla@googlemail.com>
Sun, 14 Dec 2014 16:54:12 +0000 (17:54 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Sun, 14 Dec 2014 16:54:12 +0000 (17:54 +0100)
com.woltlab.wcf/templates/codeBBCodeTag.tpl

index 6b7f1eceb578463478acef21531baf69bb2d03a5..18a61df81dc81e215d59d78f034e97a71caf4254 100644 (file)
@@ -39,8 +39,8 @@
                                                $(this).find('.codeBoxExpand').click();
                                        });
                                        
-                                       // expand code boxes that are initially scrolled this
-                                       // may happen due to someone linking to a specific line
+                                       // expand code boxes that are initially scrolled
+                                       // this may happen due to someone linking to a specific line
                                        $('.codeBox').each(function() {
                                                if ($(this).scrollTop() != 0) {
                                                        $(this).find('.codeBoxExpand').click();