Forums
(@jmorganson)
16 years, 3 months ago
I’ve also used some CSS to accomplish this recently.
li:after { content: "|"; } li:last-child:after { content: ""; }