Content deleted Content added
m →Problems with HTML entities: add missing paren |
|||
Line 35:
===Problems with HTML entities===
As of January 2006, some users have reported problems with HTML entities (for instance <code>&ne;</code> or <code>&mdash;</code>). As a workaround, change them to their numeric equivalent (for instance <code>&#8211;</code> for <code>&mdash;</code>) or to their raw (unescaped) equivalent (for instance <code>—</code> for <code>&mdash;</code>).
See http://www.cookwood.com/entities/ for a list of numeric equivalents.
|