typo in css
-
/* Popup calendar * /
should be
/* Popup calendar */
The space keeps the comment from closing and also prevents any rules declared after from applying.
The topic ‘typo in css’ is closed to new replies.
/* Popup calendar * /
should be
/* Popup calendar */
The space keeps the comment from closing and also prevents any rules declared after from applying.
The topic ‘typo in css’ is closed to new replies.