daniel added a comment.
Yes, the */ is probably missing because the string got cut off, because it is too long. IIRC, the cutoff is even based on bytes, not characters, which makes it particularly problematic for non-ascii characters, which need more than one byte. We could try to truncate the parameters inside the /*...*/ block, to avoid the */ being cut of. That way, substitution would work - but the message would be constructed using truncated parameters, possibly causing broken links. TASK DETAIL https://phabricator.wikimedia.org/T130834 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Sjoerddebruin, Bene, daniel, hoo, Aklapper, Lydia_Pintscher, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
