From: Tim Düsterhus Date: Sun, 14 Dec 2014 16:54:12 +0000 (+0100) Subject: Improve comment in codeBBCodeTag.tpl X-Git-Tag: 2.1.0_Beta_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=95e53f94b2ea6060318c0f5f4568127e34b0e5ca;p=GitHub%2FWoltLab%2FWCF.git Improve comment in codeBBCodeTag.tpl --- diff --git a/com.woltlab.wcf/templates/codeBBCodeTag.tpl b/com.woltlab.wcf/templates/codeBBCodeTag.tpl index 6b7f1eceb5..18a61df81d 100644 --- a/com.woltlab.wcf/templates/codeBBCodeTag.tpl +++ b/com.woltlab.wcf/templates/codeBBCodeTag.tpl @@ -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();