diff --git a/views/profile/profile.jade b/views/profile/profile.jade index 108dad7..8588105 100644 --- a/views/profile/profile.jade +++ b/views/profile/profile.jade @@ -53,7 +53,7 @@ block content if profile.avatar img.profile_avatar.img-polaroid(src="#{profile.avatar}") else - img.profile_avatar(src="http://placehold.it/270x180&text=Hello,%20World") + img.profile_avatar.img-polaroid(src="http://placehold.it/270x180&text=Hello,%20World") div.span9 h4 Bio p #{profile.bio}