Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 7028:64d4d435ab3d
flake8: remove trailing whitespace after reformat
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Oct 2022 17:53:36 -0400 |
| parents | ab5e1fd920a1 |
| children | 0409659241c5 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sun Oct 09 17:52:53 2022 -0400 +++ b/roundup/cgi/templating.py Sun Oct 09 17:53:36 2022 -0400 @@ -2341,7 +2341,7 @@ return ('<a class="classhelp" %s href="javascript:help_window(' "'%s?@template=calendar&property=%s&form=%s%s', %d, %d)" - '">%s</a>'%(self.cgi_escape_attrs(**data_attr), + '">%s</a>'%(self.cgi_escape_attrs(**data_attr), self._classname, self._name, form, date, width, height, label))
