• 
      

    Add breaks to "Review request changed"

    Review Request #747 — Created Feb. 19, 2009 and discarded

    Information

    Review Board SVN (deprecated)

    Reviewers

    Add breaks to "Review request changed". It was hard to read and see the difference, especially with long description. Maybe including each in < pre > is even better, at the cost of more real estate.
    
     
    OR
    1. Much nicer. Works for me.
    2. 
        
    chipx86
    1. 
        
    2. This is XHTML, so you'd have to use <br /> instead of <br>.
      
      I'd rather see this done with <pre> tags (as you mentioned) and <p> for the "changed from:" part. <br /> shouldn't be used for separating paragraphs.
    3. 
        
    TP
    Review request changed
    Change Summary:
    Updated as commented
    chipx86
    1. Thanks for the change. I ended up tackling this a different way. It's set up to provide a completely different handler for these two fields, in such a way where we can extend this later for other fields.
    2.