Mercurial > p > roundup > code
diff website/issues/html/page.html @ 6107:ebd8550cb451
Fix up credits formatting.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 27 Feb 2020 21:58:49 -0500 |
| parents | 4be81616e38a |
| children | 240d78d23f92 |
line wrap: on
line diff
--- a/website/issues/html/page.html Thu Feb 27 21:50:39 2020 -0500 +++ b/website/issues/html/page.html Thu Feb 27 21:58:49 2020 -0500 @@ -204,19 +204,19 @@ <tal:block metal:define-slot="content">Page content goes here</tal:block> </div> <!-- content --> <div class="footer"> --<div id="credits"> - <p> - Hosted on <a href="https://m.do.co/c/783434964889" title="Hosted on DigitalOcean">DigitalOcean</a>, - <br> - Supported by <a href="https://python.org/psf-landing/" title="The Python Software Foundation">The Python Software Foundation</a>, - <br> - Powered by <a href="http://roundup.sourceforge.net" title="Powered by the Roundup Issue Tracker">Roundup</a> - </p> +<div id="credits"> + <p> + Hosted on <a href="https://m.do.co/c/783434964889" title="Hosted on DigitalOcean">DigitalOcean</a>, + <br> + Supported by <a href="https://python.org/psf-landing/" title="The Python Software Foundation">The Python Software Foundation</a>, + <br> + Powered by <a href="http://roundup.sourceforge.net" title="Powered by the Roundup Issue Tracker">Roundup</a> + </p> +</div> <!-- credits --> <!-- Created: Wed Jan 14 11:55:38 EST 2009 --> <!-- hhmts start --> Last modified: Fri Feb 28 22:02:04 EST 2020 <!-- hhmts end --> -</div> <!-- credits --> </div> <!-- footer --> <pre tal:condition="request/form/deissue | nothing" tal:content="request">
