Re: PGDOCS - sgml linkend using single-quotes
| От | Heikki Linnakangas |
|---|---|
| Тема | Re: PGDOCS - sgml linkend using single-quotes |
| Дата | |
| Msg-id | c2ec2321-78e9-bfe4-cf25-f28b816898c2@iki.fi обсуждение исходный текст |
| Ответ на | PGDOCS - sgml linkend using single-quotes (Peter Smith <smithpb2250@gmail.com>) |
| Ответы |
Re: PGDOCS - sgml linkend using single-quotes
|
| Список | pgsql-hackers |
On 18/01/2023 00:37, Peter Smith wrote: > I happened to notice some examples of SGML linkends that were using > single quotes instead of double quotes. > > It didn't seem to be the conventional style because grepping (from > doc/src/sgml folder) showed only a tiny fraction using single quotes. > > (single-quotes) > $ grep --include=*.sgml -rn . -e "linkend='" | wc -l > 12 > > (double-quotes) > $ grep --include=*.sgml -rn . -e 'linkend="' | wc -l > 5915 > > ~~ > > PSA patch that makes them all use double quotes. There were also a few "id" attributes using single-quotes. Fixed those too, and pushed. Thanks! - Heikki
В списке pgsql-hackers по дате отправления: