aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-02-18 14:05:25 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-02-18 14:05:25 +0530
commit3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d (patch)
tree21119b70c691bf89b08389158224ac6dd9864f50 /phpBB/includes/search
parent5b99f0c113390959f693222055715413addef34e (diff)
downloadforums-3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d.tar
forums-3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d.tar.gz
forums-3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d.tar.bz2
forums-3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d.tar.xz
forums-3c6256b3e7489b9aca1e153b3e3bb754f3dd6a7d.zip
[ticket/11359] add id attribute to textarea
PHPBB3-11359
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index 07bcbdadc1..6c66499d21 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -879,7 +879,7 @@ class phpbb_search_fulltext_sphinx
</dl>
<dl>
<dt><label for="fulltext_sphinx_config_file">' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE'] . $this->user->lang['COLON'] . '</label><br /><span>' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN'] . '</span></dt>
- <dd>' . (($this->config_generate()) ? '<textarea readonly="readonly" rows="6">' . $this->config_file_data . '</textarea>' : $this->config_file_data) . '</dd>
+ <dd>' . (($this->config_generate()) ? '<textarea readonly="readonly" rows="6" id="sphinx_config_data">' . $this->config_file_data . '</textarea>' : $this->config_file_data) . '</dd>
<dl>
';