summaryrefslogtreecommitdiff
path: root/modules_v3/yahrzeit/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-07 12:28:06 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-07 12:28:06 +0000
commit00e4097f63855abaf28660dd58a4537f51e6d177 (patch)
tree16575fd179c241839a5b36e45d8290596206e341 /modules_v3/yahrzeit/module.php
parent32041bf377e3271d7825e09fc6ab2a62e36ef09d (diff)
downloadwebtrees-00e4097f63855abaf28660dd58a4537f51e6d177.tar.gz
webtrees-00e4097f63855abaf28660dd58a4537f51e6d177.tar.bz2
webtrees-00e4097f63855abaf28660dd58a4537f51e6d177.zip
More tweaks to lists / sorting
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
-rw-r--r--modules_v3/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php
index 08f8931858..658c323296 100644
--- a/modules_v3/yahrzeit/module.php
+++ b/modules_v3/yahrzeit/module.php
@@ -160,7 +160,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$name=$ind->getFullName();
$url=$ind->getHtmlUrl();
$content .= '<td>';
- $content .= '<a href="'.$url.'" class="list_item name2" dir="'.$TEXT_DIRECTION.'">'.$name.'</a>';
+ $content .= '<a href="'.$url.'" class="list_item name2">'.$name.'</a>';
$content .= $ind->getSexImage();
$addname=$ind->getAddName();
if ($addname) {