forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b7da5c
committed
Doc: add check to detect non-breaking spaces in the docs.
There were multiple instances where accidentally adding non-breakingspace (nbsp, U+00A0, 0xc2a0 in UTF-8) to sgml files. This commit addsadditional checking to detect nbsp. You can check the nbsp by:make -C doc/src/sgml checkormake -C doc/src/sgml check-nbspAuthors: Yugo Nagata, Daniel GustafssonReviewed-by: Tatsuo Ishii, Daniel GustafssonDiscussion:https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.org1 parenta39297e commit5b7da5c
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
261 | 269 |
| |
262 | 270 |
| |
263 | 271 |
| |
|
0 commit comments
Comments
(0)