mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
tools: Add missing spaces in concatenated string literals.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
3d2a3f2593
commit
d41afb2b25
@@ -674,7 +674,7 @@ html_rules: List["Rule"] = [
|
||||
},
|
||||
{
|
||||
"pattern": r"\bon\w+ ?=",
|
||||
"description": "Don't use inline event handlers (onclick=, etc. attributes) in HTML. Instead,"
|
||||
"description": "Don't use inline event handlers (onclick=, etc. attributes) in HTML. Instead, "
|
||||
"attach a jQuery event handler ($('#foo').on('click', function () {...})) when "
|
||||
"the DOM is ready (inside a $(function () {...}) block).",
|
||||
"exclude": {
|
||||
|
||||
Reference in New Issue
Block a user