Grinnz / perldoc-browser

Perldoc Browser
https://perldoc.perl.org
Artistic License 2.0
55 stars 21 forks source link

Search field is now aware of the search query value in the url. Also fixed closing ul tag. #63

Closed gordon-fish closed 5 months ago

gordon-fish commented 5 months ago
  1. Modified templates/menubar.html.ep so that the search field will take on the value of the ?q= parameter in the url.

    • Original request by @ilmari in #perl on irc.perl.org on 2024-06-13.
  2. Changed <ul> to </ul> as it is meant to be a closing tag.

    • Credit: @mauke in #perl on irc.perl.org on 2024-06-13.
Grinnz commented 5 months ago

Thank you!

gordon-fish commented 5 months ago

Glad I could help :)