From: Wolfram Schneider Date: Fri, 21 Jun 2013 11:11:10 +0000 (+0000) Subject: action attribute is required in forms X-Git-Tag: 0.9.1~558 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=779b9ad232b76b0e14ac66e1d6e3db6550cb2c30 action attribute is required in forms --- diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index 96fe94c..7b80667 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -463,7 +463,7 @@ function mkws_html_all(data) { // document.search.query being undefined, hence the raw HTML. debug("HTML search form"); $("#mkwsSearch").html('\ -
\ + \ \ \
'); @@ -477,7 +477,7 @@ function mkws_html_all(data) { \ \
\ -
\ + \ ' + M('Sort by') + mkws_html_sort(config) + '\ ' + M('and show') + ' ' + mkws_html_perpage(config) + '\ ' + M('per page') + '.\