summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2014-04-02 17:25:19 -0500
committermakitso <makitso@gmail.com>2014-04-02 17:25:19 -0500
commit7502281335848786358d0e33213dce2733b3b54e (patch)
treefe96b62caa90de9d947366073dce31e4cd5353a1 /themes/colors
parent6b9303143bb3f77a464b210e059967309225a553 (diff)
downloadwebtrees-7502281335848786358d0e33213dce2733b3b54e.tar.gz
webtrees-7502281335848786358d0e33213dce2733b3b54e.tar.bz2
webtrees-7502281335848786358d0e33213dce2733b3b54e.zip
Correct search placeholder text for RTL
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php
index 647949a224..ed94e3c84d 100644
--- a/themes/colors/header.php
+++ b/themes/colors/header.php
@@ -117,7 +117,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows
'<input type="hidden" name="action" value="general">',
'<input type="hidden" name="ged" value="', WT_GEDCOM, '">',
'<input type="hidden" name="topsearch" value="yes">',
- '<input type="search" name="query" size="15" placeholder="', WT_I18N::translate('Search'), '" dir="auto">',
+ '<input type="search" name="query" size="15" placeholder="', WT_I18N::translate('Search'), '">',
'<input class="search-icon" type="image" src="', $WT_IMAGES['search'], '" alt="', WT_I18N::translate('Search'), '" title="', WT_I18N::translate('Search'), '">',
'</form>',
'</li>',