Am 02.11.2005 um 11:10 schrieb stéphane ducasse:
Hi
=<?xml version="1.0" encoding="UTF-8"?>
=<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
="http://www.apple.com/DTDs/PropertyList-1.0.dtd">
=<plist version="1.0">
=<dict>
=<key>DISPLAY</key>
=<string>localhost:0.0</string>
=</dict>
=</plist>
=</pre>
does not render the text without =
A quick fix is this change to SWHtmlWriteStream>>htmlEscapeTable
htmlEscapeTable
^(stack isEmpty or: [stack last ~= 'pre'])
ifTrue: [self class htmlEscapeTable]
ifFalse: [self class attributeEscapeTable]
- Bert -