This is a small error that is easy to fix. The message notifying you that you received a rising star has a small error; there’s an extra break in top of the message, so it dangles out weirdly. Two messages regularly are 2 lines apart, while RS message are like 3 or 4.
Are you referring to the message on your talkpage or email? I’m not seeing an issue with either of these…!
@JayneG
The one on talk pages. It’s a very tiny problem. I’ll give you an example:
Regular messages:
{{comment_header|input|input|date}}
text text text
{{comment_footer|input|input}}
{{comment_header|input|input|date}}
text text text
{{comment_footer|input|input}}
Rising Star messages:
{{comment_header|input|input|date}}
text text text
{{comment_footer|input|input}}
(extra space. It should be <br><br> between messages, but RS messages are <br><br><br>)
{{comment_header|input|input|date}}
RS message
{{comment_footer|input|input}}
1 Like
JayneG
4
The template itself doesn’t have any breaks on it, so doesn’t seem to be a quick fix. I think we can all live with this for now :)