mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Merge branch '4.0.x'
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ class ChangelogWriter implements AutoCloseable {
|
||||
}
|
||||
|
||||
private String escapeForTableCell(String content) {
|
||||
return content.replace("|", "\\|");
|
||||
return content.replace("|", "\\|").replace("%", "%%");
|
||||
}
|
||||
|
||||
private void write(String format, Object... args) {
|
||||
|
||||
Reference in New Issue
Block a user