[FIX][BUG] rendering as is

Bert Freudenberg bert at impara.de
Wed Nov 2 12:07:26 MET 2005




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 -





More information about the SmallWiki mailing list