Author: Christoph M. Becker (cmb69)
Date: 2022-01-07T18:33:35+01:00
Commit:
https://github.com/php/web-bugs/commit/4025362c44a6407f17bf84ea17dc044c9416d97d
Raw diff:
https://github.com/php/web-bugs/commit/4025362c44a6407f17bf84ea17dc044c9416d97d.diff
Fix erroneous HTML markup
Changed paths:
M templates/pages/search_how_to.php
Diff:
diff --git a/templates/pages/search_how_to.php
b/templates/pages/search_how_to.php
index 4bf76fab..38df68f9 100644
--- a/templates/pages/search_how_to.php
+++ b/templates/pages/search_how_to.php
@@ -90,7 +90,7 @@
<strong>Suspended</strong>: Tickets which are waiting on
some action
which is outside the scope of the PHP developers.
</li>
- </li>
+ <li>
<strong>Wont fix</strong>: Tickets where PHP developers
won't fix an issue
(even though it is acknowlegded as such), for reasons to
be stated in the
closing comment.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php