commit f9395cb313222831928db0b212a5d2921fc72a13 Author: Damian Johnson atagar@torproject.org Date: Wed Jan 9 11:38:29 2019 -0800
Drop bold tag from changelog tickets
I've been inconsistent on if tickets are wrapped with a bold tag or not. Cursory glance indicates links are already a bold typeface so the presence or omission of these tags don't look any different. --- web/changelog/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/web/changelog/index.html b/web/changelog/index.html index dfb6465..f5787e2 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -109,24 +109,24 @@
<li><span class="component">Configuration Editor</span> <ul> - <li>New tor configuration options crashed nyx when shown (<b><a href="https://trac.torproject.org/projects/tor/ticket/24401">ticket</a></b>)</li> - <li>Errors when saving the configuration could result in a stacktrace (<b><a href="https://trac.torproject.org/projects/tor/ticket/24409">ticket</a></b>)</li> - <li>Pressing 'esc' when editing values changed their value to 'none' (<b><a href="https://trac.torproject.org/projects/tor/ticket/28334">ticket</a></b>)</li> + <li>New tor configuration options crashed nyx when shown (<a href="https://trac.torproject.org/projects/tor/ticket/24401">ticket</a>)</li> + <li>Errors when saving the configuration could result in a stacktrace (<a href="https://trac.torproject.org/projects/tor/ticket/24409">ticket</a>)</li> + <li>Pressing 'esc' when editing values changed their value to 'none' (<a href="https://trac.torproject.org/projects/tor/ticket/28334">ticket</a>)</li> <li>Reset configuration option if set to an empty value</li> </ul> </li>
<li><span class="component">Interpreter</span> <ul> - <li>Line wrap content (<b><a href="https://trac.torproject.org/projects/tor/ticket/28297">ticket</a></b>)</li> - <li>Large amounts of content made panel sluggish (<b><a href="https://trac.torproject.org/projects/tor/ticket/28902">ticket</a></b>)</li> + <li>Line wrap content (<a href="https://trac.torproject.org/projects/tor/ticket/28297">ticket</a>)</li> + <li>Large amounts of content made panel sluggish (<a href="https://trac.torproject.org/projects/tor/ticket/28902">ticket</a>)</li> </ul> </li>
<li><span class="component">Curses</span> <ul> - <li>Resizing could crash the interface (<b><a href="https://trac.torproject.org/projects/tor/ticket/24382">ticket</a></b>)</li> - <li>Implemented <b>del key</b> in editable text fields (<b><a href="https://trac.torproject.org/projects/tor/ticket/5835">ticket</a></b>)</li> + <li>Resizing could crash the interface (<a href="https://trac.torproject.org/projects/tor/ticket/24382">ticket</a>)</li> + <li>Implemented <b>del key</b> in editable text fields (<a href="https://trac.torproject.org/projects/tor/ticket/5835">ticket</a>)</li> </ul> </li>
tor-commits@lists.torproject.org