Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Logging: remove single quotes around paths in messages. | John MacFarlane | 1 | -1/+1 | |
We weren't doing it consistently and it seems unnecessary. | |||||
2021-02-13 | HTML reader: fix bad handling of empty src attribute in iframe. | John MacFarlane | 1 | -2/+12 | |
- If src is empty, we simply skip the iframe. - If src is invalid or cannot be fetched, we issue a warning and skip instead of failing with an error. - Closes #7099. | |||||
2021-02-13 | T.P.Error: export `renderError`. | John MacFarlane | 1 | -0/+8 | |
Refactor `handleError` to use `renderError`. This allows us render error messages without exiting. |