Republishing a PR review page keeps the title it already had.
What's wrong with this entry?
When a PR review page is published again, the builder reuses the title stored on the previous page instead of regenerating one, so a hand-edited or earlier title survives republishing.
- A new helper pulls the existing
<title>...</title>out of the previously published HTML, matching after</head><body>or on a unique match in the document. - The regenerated default, used when no stored title is found, changed word order from "PR review: <name>" to "<name> PR review".
storedTitleLine
Strings lifted out of the shipped bundle, so the claim above can be checked against them.