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