Changeset 848
- Timestamp:
- 08/29/08 17:59:54 (3 months ago)
- Location:
- plugins/randomquotes/trunk
- Files:
-
- 2 modified
-
files/habari.xml (modified) (2 diffs)
-
quote.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/randomquotes/trunk/files/habari.xml
r847 r848 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE TABASAMU>3 2 4 3 <quotes> … … 24 23 <quote by="#habari">Habari: don't stop believing</quote> 25 24 <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> 27 26 <quote by="#habari">Habari: we've got a lot of tags</quote> 28 27 <quote by="#habari">Habari: It's black and white</quote> -
plugins/randomquotes/trunk/quote.php
r847 r848 3 3 <span class="randomquote"> 4 4 <p><q><?php echo htmlspecialchars( $quote_text ); ?></q></p><br /> 5 <p> --<cite><?php echo htmlspecialchars( $quote_author ); ?></cite></p>5 <p>– <cite><?php echo htmlspecialchars( $quote_author ); ?></cite></p> 6 6 </span>
