Commit 105a0dd
Fix advice string bug in validate_issue_format()
- Fixed f-string typo: "by with" → "with"
- Fixed object interpolation: use self.article_issue.issue (string) instead of self.article_issue (object)
- Fixed template: removed </issue> closing tag from advice string
- Advice now correctly displays: "Replace {issue_value} in <article-meta><issue> with one of {expected}"
Co-authored-by: robertatakenaka <505143+robertatakenaka@users.noreply.github.com>1 parent 370cc2f commit 105a0dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments