Commit 39d035e
[BUGFIX] Remove interpolation braces from Slack footer link
f055d02 moved the source URL into a constant and turned the footer into a
sprintf() format. The braces around the placeholder are PHP interpolation
syntax and only vanish inside a double quoted string, so Slack now receives
`<{https://…/SlackService.php}|(?)>` and prints that verbatim instead of the
"(?)" link.
The existing footer assertions match substrings and pass on the broken markup,
so the test additionally requires every link target in the text and in the
footer to be a bare URL.
Assisted-by: claude-code:claude-opus-5
Agent-Session: https://claude.ai/code/session_014H1xwaAmrQRWUA3vx8bJcD
Agent-Host: 0493f0
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 1910d72 commit 39d035e
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
| |||
0 commit comments