Changeset 848

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

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

Location:
plugins/randomquotes/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/randomquotes/trunk/files/habari.xml

    r847 r848  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE TABASAMU> 
    32 
    43<quotes> 
     
    2423<quote by="#habari">Habari: don't stop believing</quote> 
    2524<quote by="#habari">Habari: Like a wheel in the sky. It keeps turning</quote> 
    26 <quote by="#habari">Habari: straight outta compton</quote> 
     25<quote by="#habari">Habari: straight outta Compton</quote> 
    2726<quote by="#habari">Habari: we've got a lot of tags</quote> 
    2827<quote by="#habari">Habari: It's black and white</quote> 
  • 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>