diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-01 08:36:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-01 08:36:47 +0000 |
| commit | 82b667478e259341de6425e059f0eb167d5469ca (patch) | |
| tree | 6ae71800180981d570c5abf12682c569dd1785f4 /plugins/data.rss.php | |
| parent | 8a3b2d299a34bfaaeab537351bf8f919477f75b0 (diff) | |
| download | liberty-82b667478e259341de6425e059f0eb167d5469ca.tar.gz liberty-82b667478e259341de6425e059f0eb167d5469ca.tar.bz2 liberty-82b667478e259341de6425e059f0eb167d5469ca.zip | |
fix biticon calls and set icon class using iclass to make it xhtml compliant
Diffstat (limited to 'plugins/data.rss.php')
| -rw-r--r-- | plugins/data.rss.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.rss.php b/plugins/data.rss.php index 94f8390..60e4077 100644 --- a/plugins/data.rss.php +++ b/plugins/data.rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ * @package liberty * @subpackage plugins_data */ @@ -17,7 +17,7 @@ // | Reworked for Bitweaver (& Undoubtedly Screwed-Up) // | by: StarRider <starrrider@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $Id: data.rss.php,v 1.9 2006/09/09 19:55:35 squareing Exp $ +// $Id: data.rss.php,v 1.10 2006/11/01 08:36:47 squareing Exp $ /** * definitions @@ -38,7 +38,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.rss.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon class="quicktag icon" ipackage=quicktags iname=rss iexplain="RSS Feed"}', + 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=rss iexplain="RSS Feed"}', 'taginsert' => '{rss}' ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATARSS, $pluginParams ); |
