Author: Mike Schinkel (mikeschinkel)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2021-07-26T16:16:13+02:00

Commit: 
https://github.com/php/web-php/commit/bdfa96431cb73edb0b27dd1a35a32e8711140dc5
Raw diff: 
https://github.com/php/web-php/commit/bdfa96431cb73edb0b27dd1a35a32e8711140dc5.diff

Change <a name="..."> to <a id="...">

PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate 
to change then to @id. In cases where there were both a @name and @id attribute 
and their values were the same, this commit removes the @name attribute (there 
were no cases where both @name and @id attributes existed but having different 
values.)

Closes GH-416.

Changed paths:
  M  ChangeLog-4.php
  M  ChangeLog-5.php
  M  ChangeLog-7.php
  M  ChangeLog-8.php
  M  archive/2004.php
  M  archive/2007.php
  M  archive/2008.php
  M  archive/2009.php
  M  archive/2010.php
  M  archive/2011.php
  M  archive/2012.php
  M  archive/2013.php
  M  bin/news2html
  M  conferences/index.php
  M  contact.php
  M  copyright.php
  M  elephpant.php
  M  license/index.php
  M  mailing-lists.php
  M  unsub.php


Diff exceeded maximum size.

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to