web: reset link did not work in all browsers
This commit is contained in:
parent
d9f7027216
commit
235797034c
@ -87,7 +87,7 @@ searchform r a p' =
|
|||||||
-- another way to get them
|
-- another way to get them
|
||||||
-- a = fromMaybe "" $ queryValue "a" r
|
-- a = fromMaybe "" $ queryValue "a" r
|
||||||
-- p = fromMaybe "" $ queryValue "p" r
|
-- p = fromMaybe "" $ queryValue "p" r
|
||||||
u = dropWhile (=='/') $ rqUri r
|
u = rqUri r
|
||||||
s = "20"
|
s = "20"
|
||||||
resetlink | null a && null p' = noHtml
|
resetlink | null a && null p' = noHtml
|
||||||
| otherwise = spaceHtml +++ anchor ! [href u] << stringToHtml "reset"
|
| otherwise = spaceHtml +++ anchor ! [href u] << stringToHtml "reset"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user