Mercurial > p > roundup > code
comparison roundup/cgi/KeywordsExpr.py @ 5811:7d276bb8b46d
More invalid escape sequence fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 12 Jun 2019 21:32:46 -0400 |
| parents | 17b213eab274 |
| children | 3b0f423ec980 |
comparison
equal
deleted
inserted
replaced
| 5810:5258e89e896a | 5811:7d276bb8b46d |
|---|---|
| 1 # This module is free software, you may redistribute it | 1 # This module is free software, you may redistribute it |
| 2 # and/or modify under the same terms as Python. | 2 # and/or modify under the same terms as Python. |
| 3 | 3 |
| 4 WINDOW_CONTENT = '''\ | 4 WINDOW_CONTENT = r'''\ |
| 5 <h3>Keyword Expression Editor:</h3> | 5 <h3>Keyword Expression Editor:</h3> |
| 6 <hr/> | 6 <hr/> |
| 7 <div id="content"></div> | 7 <div id="content"></div> |
| 8 <script nonce="%(nonce)s" type="text/javascript"> | 8 <script nonce="%(nonce)s" type="text/javascript"> |
| 9 <!-- | 9 <!-- |
