From 95e53f94b2ea6060318c0f5f4568127e34b0e5ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 14 Dec 2014 17:54:12 +0100 Subject: [PATCH] Improve comment in codeBBCodeTag.tpl --- com.woltlab.wcf/templates/codeBBCodeTag.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.20.1