Show
Ignore:
Timestamp:
08/29/08 17:59:54 (4 months ago)
Author:
mikelietz
Message:

plugin: Random Quotes removed (invalid, unnecessary) doctype from XML, replaced '--' with '–' in template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/randomquotes/trunk/quote.php

    r847 r848  
    33<span class="randomquote"> 
    44    <p><q><?php echo htmlspecialchars( $quote_text ); ?></q></p><br />  
    5     <p>-- <cite><?php echo htmlspecialchars( $quote_author ); ?></cite></p>  
     5    <p>&#8211; <cite><?php echo htmlspecialchars( $quote_author ); ?></cite></p>  
    66</span>