diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2013-02-18 14:01:46 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2013-02-18 14:01:46 +0530 |
| commit | 5b99f0c113390959f693222055715413addef34e (patch) | |
| tree | 9c04fd7ddcdb564cf0f94fb3cc24a63f642a1931 /phpBB/includes | |
| parent | 9a5263c63c25bbc865ef02a14d8fbac3727c6ca2 (diff) | |
| download | forums-5b99f0c113390959f693222055715413addef34e.tar forums-5b99f0c113390959f693222055715413addef34e.tar.gz forums-5b99f0c113390959f693222055715413addef34e.tar.bz2 forums-5b99f0c113390959f693222055715413addef34e.tar.xz forums-5b99f0c113390959f693222055715413addef34e.zip | |
[ticket/11359] close span
PHPBB3-11359
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 4bacf74f93..07bcbdadc1 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -878,7 +878,7 @@ class phpbb_search_fulltext_sphinx <dd><input id="fulltext_sphinx_indexer_mem_limit" type="text" size="4" maxlength="10" name="config[fulltext_sphinx_indexer_mem_limit]" value="' . $this->config['fulltext_sphinx_indexer_mem_limit'] . '" /> ' . $this->user->lang['MIB'] . '</dd> </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'] . '</dt> + <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> <dl> '; |
