Safari interprets /* */
s differently than FireFox or IE. FF and IE will ignore a unmatched /*
or */
, whereas Safari will ignore parts of code if there’s a lone */
. Once I found that out, I was able to get the list items that are used throughout the site to render properly.