This is *likely* because we changed some CSS around, but let me check with the people who know more about this than I do, heh.
EDIT: ahahaha nope. Okay, you ran into an Unexpected Side Effect Problem with the implementation of the new "@ mention people to turn it into a user tag". We'll get it fixed! In the meantime, you can tell people to search for all instances of:
<user name=font-face> / <user name=media>
and replace them with:
@font-face / @media
(This might not escape properly and I'm not gonna fight it if it doesn't. @ font-face and @ media without the spaces. And any other @ property you used in the layout. You probably see what happened, heh.)
You won't be able to fix it on your end by editing the post and correcting the CSS -- the conversion is being done at the time the entry is loaded, not at the time the entry is saved. We have to figure out what to do about it on our end.
no subject
EDIT: ahahaha nope. Okay, you ran into an Unexpected Side Effect Problem with the implementation of the new "@ mention people to turn it into a user tag". We'll get it fixed! In the meantime, you can tell people to search for all instances of:
<user name=font-face> / <user name=media>
and replace them with:
@font-face / @media
(This might not escape properly and I'm not gonna fight it if it doesn't. @ font-face and @ media without the spaces. And any other @ property you used in the layout. You probably see what happened, heh.)
You won't be able to fix it on your end by editing the post and correcting the CSS -- the conversion is being done at the time the entry is loaded, not at the time the entry is saved. We have to figure out what to do about it on our end.