Commit: a8da43558d0cdfa0105dcf054c3fb1b3b616b942 Author: Levi Morrison <[email protected]> Fri, 7 Mar 2014 11:37:33 -0700 Parents: e250801faa3188a20761587965405bd3b62178b5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a8da43558d0cdfa0105dcf054c3fb1b3b616b942 Log: The tt element is obsolete; replacing with code element instead. Changed paths: M support.php Diff: diff --git a/support.php b/support.php index b34d48d..6e44862 100644 --- a/support.php +++ b/support.php @@ -49,7 +49,7 @@ site_header( <h2 id="newsgroups">Newsgroups</h2> <p> - The PHP language newsgroup is <tt>comp.lang.php</tt>, available on any + The PHP language newsgroup is <code>comp.lang.php</code>, available on any news server around the globe. In addition to this many of our mailing lists are also reflected onto the news server at <a href="news://news.php.net">news://news.php.net/</a>. The -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
