fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] dw_maintenance2011-02-15 12:31 pm

Code push done

Everything is now live. Let us know here if you notice anything weird!
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

Re: Two, count 'em, two weird things

[staff profile] denise 2011-02-15 09:38 am (UTC)(link)
I'm pretty sure the blockquote not being indented in previews thing is already in bugzilla! (The problem will go away as we modernize more of the code that generates the site pages, which is a project people are working on.)

Having the second link behind the cut in the event of HTML/CSS our HTML cleaner doesn't like is actually By Design, since for safety's sake we just slap a <cut> in at the point of breakage and everything past that stays behind the cut. (ie, we don't close the cut that we add). I mean, we probably could put in a </cut> tag before the second link, but it wouldn't do much good, since the second link isn't autolinkified. (Once you hit an invalid HTML error, the system stops auto-linking links.)