diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-08-06 12:07:47 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-08-06 12:07:47 +0200 |
| commit | ecd4535eb6878976506e7c01df61208ae6e7c313 (patch) | |
| tree | 3c7dc9b5be96c766d29f6fbd9be18d45f4273cbe /htroot/ConfigHeuristics_p.html | |
| parent | 1ca9cb6bd90bd303f8cb2078213f9d12f8ce8c7d (diff) | |
Prevent entering empty OpenSearch URLs in ConfigHeuristics_p.html
In order to early prevent adding invalid configuration entries to the
heuristicopensearch.conf file, as revealed the issue #209.
Diffstat (limited to 'htroot/ConfigHeuristics_p.html')
| -rw-r--r-- | htroot/ConfigHeuristics_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigHeuristics_p.html b/htroot/ConfigHeuristics_p.html index 6d09e836b..d2aa32434 100644 --- a/htroot/ConfigHeuristics_p.html +++ b/htroot/ConfigHeuristics_p.html @@ -100,7 +100,7 @@ <td align="center"><input type="checkbox" name="ossys_#[title]#" value="checked" #(checked)#::checked="checked"#(/checked)#/></td> <td align="left"><b><a href="#[urlhostlink]#" target="_blank">#[title]#</b></a> </td> <td align="left">#[comment]#</td> - <td align="left"><input type="text" name="ossys_url_#[title]#" value="#[url]#" size="70"/></td> + <td align="left"><input type="text" name="ossys_url_#[title]#" value="#[url]#" size="70" required="required"/></td> <td align="center"><input type="checkbox" name="ossys_del_#[title]#" value="checked" #(delchecked)#::checked="checked"#(/delchecked)#/></td> </tr> #{/osdcfg}# |
