You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably we should do the same for gravatar_wrapper too?
Perhaps an idea would be to have a method on the object to just get the image URL so anyone can use the class to create whatever kind of mark up they like.
If we want to change the behaviour, we should discuss that on the mailing list.
Adding additional behaviour may be nicer for anyone currently using the widget. This could do with some unit tests/specs too, to make sure we don't break compatibility.
Anyone using Gravatar/Widgets want to take this on? Otherwise, I'll get round to it at some point.
widgets/src/main/scala/net/liftmodules/widgets/gravatar/Gravatar.scala
Line 67 in 9ae73ce
please change id="gravatar_image" to class="gravatar" as id must be unique and you can use this widget multiple times in a single page.
The text was updated successfully, but these errors were encountered: