Thread

Commits

  1. Doc: Remove extraneous whitespaces with some tags

  1. [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.
    
    
  2. 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