summaryrefslogtreecommitdiff
path: root/modules/clippings/index.php
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2010-05-14 16:15:31 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2010-05-14 16:15:31 +0000
commit4761d160378b7c8f5a5a84760a2f624d010e69f4 (patch)
treeb135e8e83fbf8a39d0ba640ac90361dc1056ff92 /modules/clippings/index.php
parent9bd0de8f1dffec183e184380bcb24ed28eab7cb0 (diff)
downloadwebtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.tar.gz
webtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.tar.bz2
webtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.zip
fix some bugs
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
}