10 May
2004
10 May
'04
12:10 p.m.
Michael Forster wrote:
- Now the setup for getting relative urls from Epoz is much more easier: There's a default EpozPostTidy.py in Epoz/Extensions which can be used out of the box. [...]
The pretty printer seems to be too aggressive when removing spaces:
this & that --> this&that
some <a href="..">other</a> page --> some<a href="..">other</a>page
Ughh... maybe someone can figure out, how to write a besser EpozPostTidy.py. I'll donate a big cookie for that one...:) Just a quick fix: Change Epoz/Extensions/EpozPostTidy.py, line 47 from self.res += data.strip() to self.res += data Cheers, Maik