googleinterns / step1-2020

Apache License 2.0
2 stars 4 forks source link

Missing space and incorrect use of title attribute in search.jsp #68

Closed anbenson closed 4 years ago

anbenson commented 4 years ago

https://github.com/googleinterns/step1-2020/blob/master/src/main/webapp/WEB-INF/templates/search.jsp#L21

There is no space between class and title.

Additionally, title becomes the hover text of the link - it should not be something like "card-source", but actual informative text about the link, if there is a title at all.