diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-19 17:50:25 -0400 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-19 17:50:25 -0400 |
commit | 661eff54f83248fe168f066648b88112109e1e29 (patch) | |
tree | 69c6b71e7a8cf4833e8882b86758f622c7eddc84 /lib | |
parent | f50d7806676b8d789e3cb387d1f52269749e960c (diff) | |
download | patchfoo-661eff54f83248fe168f066648b88112109e1e29.tar.gz patchfoo-661eff54f83248fe168f066648b88112109e1e29.zip |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js index 3b278b7..685faa6 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -735,7 +735,7 @@ Serve.prototype.advsearch = function (ext) { ph('td', 'author'), ph('td', ph('input', {name: 'source', placeholder: '@id', class: 'id-input', - value: q.escapeHTML(q.source)})) + value: u.escapeHTML(q.source)})) ]), ph('tr', [ ph('td', 'mentions'), |