From 1fe4b03ea8b071987904038bf32a0c1325c01c70 Mon Sep 17 00:00:00 2001 From: World Wide Web Server <_www@Dwight-Schrutte.local> Date: Wed, 4 Jul 2012 16:05:15 -0700 Subject: [PATCH] ... --- HTML-auto-indenting-view-loader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTML-auto-indenting-view-loader.md b/HTML-auto-indenting-view-loader.md index 4321c189..ea3cce10 100755 --- a/HTML-auto-indenting-view-loader.md +++ b/HTML-auto-indenting-view-loader.md @@ -16,10 +16,10 @@ The code is not 100% foolproof, but close enough, and surprisingly fast. Even so Known gotchas: - * Two closing Javascript brackets on the same line will only count as one, IF there are non-whitespace characters between them (although I can't think of a good reason why there ever would be -- except in minified Javascript, and the kind of performance geeks who use inline minified Javascript would hardly want the overhead of a function like this) * If a Javascript line containing an opening bracket happens to have a bracketed expression later in the same line, the next line will not be indented (again, outside of minified Javascript, I don't see this happening too often) + * The script doesn't ignore tags inside string literals and comments