3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

Whoops too many ='s

This commit is contained in:
Dafydd Francis 2011-11-10 00:31:05 +00:00
parent b742e82f56
commit 6d00638f00

View File

@ -4,7 +4,7 @@ div#quotelist
div.quote
a(href=quote)
-if(quote.match(/(jpg|png|gif|jpeg|tiff)$/))
=img(src=quote)
img(src=quote)
-else
=quote
-else