Search plugin: use same port number that server is running on

This commit is contained in:
James Taylor
2018-10-30 23:10:32 -07:00
parent 93cbea380b
commit 2be1743133
2 changed files with 11 additions and 2 deletions

View File

@@ -7,5 +7,5 @@
<Url type="text/html" method="GET" template="http://localhost/youtube.com/search">
<Param name="query" value="{searchTerms}"/>
</Url>
<SearchForm>http://localhost/youtube.com/search</SearchForm>
<SearchForm>http://localhost:$port_number/youtube.com/search</SearchForm>
</SearchPlugin>