The Game Master's notification page didn't work on it's own, so I looked into it.
Let's compare the HTML source. This is what I'm looking for:
Notifications
<div class="post">Notifications: <a class="ul" href="
And this is what The Game Master produces:
Notifications
<div class="post">Notifications: <a rel="ugc" class="ul" href=
There's an additional
rel="ugc", and I don't know why. So my solution is to simply remove that code tag, and it works again
