Fix for the .php parsing error. It also happens with .php3 and .cgi too.
svn: r13299
This commit is contained in:
parent
9b6d133e92
commit
d8d1e12ec3
@ -948,6 +948,10 @@ class BasePage(object):
|
|||||||
html_escape(title)),
|
html_escape(title)),
|
||||||
self.report.encoding, xmllang )
|
self.report.encoding, xmllang )
|
||||||
|
|
||||||
|
# temporary fix for .php parsing error
|
||||||
|
if self.ext in [".php", ".php3", ".cgi"]:
|
||||||
|
del page[0]
|
||||||
|
|
||||||
# add narrative specific body id
|
# add narrative specific body id
|
||||||
# add alphabet layout direction to NarrativeWeb to allow for proper spacing for
|
# add alphabet layout direction to NarrativeWeb to allow for proper spacing for
|
||||||
# each individual stylesheet
|
# each individual stylesheet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user