diff options
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 49a9a397..2d08b9c7 100755 --- a/upd8.js +++ b/upd8.js @@ -2946,7 +2946,7 @@ function writeTrackPage(track) { ${hasCommentary && fixWS` <p>${strings('releaseInfo.artistCommentary')}</p> <blockquote> - ${transformMultiline(generateCommentary({strings, to}), {strings, to})} + ${generateCommentary({strings, to})} </blockquote> `} ` |