summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/data.attachment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php
index 1f662cb..65be563 100644
--- a/plugins/data.attachment.php
+++ b/plugins/data.attachment.php
@@ -35,7 +35,7 @@ $pluginParams = array (
'help_function' => 'data_attachment_help',
'syntax' => '{attachment id= size= align= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-paper-clip" iexplain="Attachment"}',
+ 'booticon' => '{booticon iname="icon-paperclip" iexplain="Attachment"}',
'taginsert' => '{attachment id= align= size= description= alt=}',
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams );