diff --git a/core/templates/ui/results.html b/core/templates/ui/results.html index 703aa79..140322d 100644 --- a/core/templates/ui/results.html +++ b/core/templates/ui/results.html @@ -19,7 +19,7 @@ src - TS + ts msg host nick diff --git a/pyproject.toml b/pyproject.toml index d296ec6..cd8316b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ exclude = ''' | webpack-stats.html # also separately exclude a file named webpack-stats.html in the root of the project ) ''' - [tool.curlylint.rules] indent = 2 html_has_lang = 'en-GB' @@ -35,4 +34,4 @@ meta_viewport = true no_autofocus = true # Avoid positive `tabindex` values, change the order of elements on the page instead. # See https://www.curlylint.org/docs/rules/tabindex_no_positive. -tabindex_no_positive = true \ No newline at end of file +tabindex_no_positive = true