summaryrefslogtreecommitdiff
path: root/modules/clippings/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/clippings/index.php')
-rw-r--r--modules/clippings/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php
index 50fa859c53..76ff019884 100644
--- a/modules/clippings/index.php
+++ b/modules/clippings/index.php
@@ -316,7 +316,7 @@ if ($ct==0) {
if ($record) echo '<a href="', encode_url($record->getLinkUrl()), '">', PrintReady($record->getListName()), '</a>';
?>
</td>
- <td class="list_value center vmiddle"><a href="module.php?mod=clippings&amp;action=remove&amp;item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGE_DIR, "/", $WT_IMAGES["remove"]["other"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
+ <td class="list_value center vmiddle"><a href="module.php?mod=clippings&amp;mod_action=index&amp;action=remove&amp;item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGE_DIR, "/", $WT_IMAGES["remove"]["other"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
</tr>
<?php
}