Commit: 25a519b8345b71b2635277822854ae3fde5766e5 Author: Levi Morrison <[email protected]> Fri, 7 Mar 2014 11:37:33 -0700 Parents: 3ed854173054225df76f4917fd8237f4e624edce Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=25a519b8345b71b2635277822854ae3fde5766e5 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
