Mercurial Hosting > luan
changeset 519:72610ddea6a7
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 27 May 2015 01:24:27 -0600 |
parents | a8445ce8879e |
children | fcb9b4c8e972 |
files | scripts/test.luan |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/test.luan Wed May 27 01:22:57 2015 -0600 +++ b/scripts/test.luan Wed May 27 01:24:27 2015 -0600 @@ -81,7 +81,7 @@ web_search() init() -Http.request.parameter.query = "Query.all_docs" +Http.request.parameter.query = "query.all_docs" Http.request.parameter.rows = "100" Http.request.parameter.sort = "" web_search()