Thread
Commits
-
Doc: Remove extraneous whitespaces with some tags
- 0d0049c58b49 14.0 landed
-
[PATCH] Remove extraneous whitespace in tags: > foo< and >bar <
Justin Pryzby <pryzby@telsasoft.com> — 2021-04-23T18:43:38Z
More fixes like the one Peter committed as 9bd563aa9. I eyeballed the HTML to make sure this looks right.
-
Re: [PATCH] Remove extraneous whitespace in tags: > foo< and >bar <
Michael Paquier <michael@paquier.xyz> — 2021-04-24T01:47:18Z
On Fri, Apr 23, 2021 at 01:43:38PM -0500, Justin Pryzby wrote: > More fixes like the one Peter committed as 9bd563aa9. > I eyeballed the HTML to make sure this looks right. - <title> Conflicting Lock Modes</title> + <title>Conflicting Lock Modes</title> That's a nice regex-fu here to detect cases like this one. Thanks, applied. -- Michael