OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Remove unnecessary line introduced from search template from all files #181

Closed tomsedory closed 3 years ago

tomsedory commented 3 years ago

Remove <p id="error" role="alert"></p> from all files where it still exists. #178

This line had been introduce from an a11y article that has a code template for accessible searches. It was introduced with the idea that the search would be extended to handle errors. However the existing search works fine, so remove this extraneous line.

Note: This code was removed from about.html in a prior PR. #179