Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 6542:58bd05fbf350
Replace bad ref= attr with rel= on a tag in history.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 Dec 2021 23:15:17 -0500 |
| parents | 3ca8b6145167 |
| children | 21c7c2041a4b |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Dec 01 22:00:41 2021 -0500 +++ b/roundup/cgi/templating.py Thu Dec 02 23:15:17 2021 -0500 @@ -1281,7 +1281,7 @@ label = None if label is not None: if hrefable: - old = '<a ref="nofollow noopener" href="%s%s">%s</a>'%(classname, + old = '<a rel="nofollow noopener" href="%s%s">%s</a>'%(classname, args[k], label) else: old = label;
