forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b1a377
committed
Doc: replace unnecessary non-breaking space with ordinal space.
There were unnecessary non-breaking spaces (nbsp, U+00A0, 0xc2a0 inUTF-8) in the docs. This commit replaces them with ASCII spaces(0x20).config.sgml is backpatched through 17.ref/drop_extension.sgml is backpatched through 13.Discussion:https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.orgReviewed-by: Yugo Nagata, Daniel GustafssonBackpatch-through: 17, 131 parent5deb563 commit3b1a377
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9380 | 9380 |
| |
9381 | 9381 |
| |
9382 | 9382 |
| |
9383 |
| - | |
| 9383 | + | |
9384 | 9384 |
| |
9385 | 9385 |
| |
9386 | 9386 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments
Comments
(0)