I am attempting to re-brand a trac installation and to start, I copied
all of the base templates into the /[project]/templates folder. I
changed the trac.ini file to look here for the templates and
everything is good.
Now, I have been working with the header.cs file and after making a
couple of cosmetic changes (changed the title), all of the sudden I am
getting extra code that appears on the page after the end of the
header.cs file. The last tag in the header.cs file is ....
<div id="main">
but if I view the source of the wiki home page, it looks like ....
<div id="main">id="main">
I have started over clean several times to make sure I was not adding
this extra code/text myself, but if I change the contents of the
header.cs file, I get this extra code at the end. It appears to be
variable as well - as in depending upon what I change in the header.cs
file, I will get more or less extra code being displayed.
It almost looks like a default header.cs is loaded as a string and
then the custom header.cs is loaded and overlayed, such that if the
custom header.cs content string is shorter than the original, then I
get extra code on the end.
Can anybody offer some help here as this is really puzzling.
Thanks
-- Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---