Hi,
After having upgraded to the latest Seaside 3 and Pier 2 packages, I
encounter a minor issue that could be regenerated as follows:
1) Evaluate in a workspace "PRBookDistribution new register"
2) Point to
http://localhost:8080/pier/book/table-of-contents
The navigation arrows are not rendered anymore. Instead, appear their
textual encoding (&rarr and &larr). It is the same for non-breaking
space that appears as   (See for example
http://localhost:8080/pier/book), as well as other codifications like §.
Otherwise, I was wondering if in:
BOLatexWriter >> convertHtmlEntities:
the following:
copyReplaceAll: '→' with: '<-'
shouldn't be rather:
copyReplaceAll: '→' with: '->'
Cheers,
Reza