forked from GitHub/dbot
Fixed id instead of class bug.
This commit is contained in:
parent
9f2f343bdb
commit
885b56f09a
@ -1,3 +1,3 @@
|
|||||||
div#quotelist
|
div#quotelist
|
||||||
-each quote in quotelist
|
-each quote in quotelist
|
||||||
a#quote(href='/quotes/' + quote) #{quote}
|
a.quote(href='/quotes/'+quote) #{quote}
|
||||||
|
Loading…
Reference in New Issue
Block a user