diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-07 12:28:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-07 12:28:06 +0000 |
| commit | 00e4097f63855abaf28660dd58a4537f51e6d177 (patch) | |
| tree | 16575fd179c241839a5b36e45d8290596206e341 /modules_v3/yahrzeit/module.php | |
| parent | 32041bf377e3271d7825e09fc6ab2a62e36ef09d (diff) | |
| download | webtrees-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.php | 2 |
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) { |
