Skip to content

Commit e2b5102

Browse files
committed
Fix unescaped verbatim comment tag
1 parent aed3584 commit e2b5102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ corresponds to exactly one `<entity>` tag in the XML file.
454454

455455
After the configuration file has been created, the search must be registered in `solr`.
456456
In the `volumes/solr/configsets/gdi/conf/solrconfig.xml` file you have to look for
457-
`<!-- SearchHandler` and add the following configuration
457+
`&lt;!-- SearchHandler` and add the following configuration
458458

459459
```xml
460460
<requestHandler name="/CONFIG_NAME" class="solr.DataImportHandler">

0 commit comments

Comments
 (0)