[Trac-tickets] Re: [The Trac Project] #887: Next/Prev links in
Changeset does not work using ModPython
The Trac Project
noreply at edgewall.com
Fri Nov 5 08:53:05 EST 2004
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: new
Component: changeset view | Modified: Fri Nov 5 08:53:05 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: cmlenz | Reporter: anonymous
----------------------------+-----------------------------------------------
Comment (by anonymous):
The links do not show up. Here is the what the raw HTML looks like:
{{{
<div id="ctxtnav" class="nav">
<h2>Changeset Navigation</h2>
<ul>
</ul>
</div>
}}}
The list is empty.
If I use CGI mode on the same changeset, I get this:
{{{
<div id="ctxtnav" class="nav">
<h2>Changeset Navigation</h2>
<ul>
<li class="first last">
<a class="prev" href="/trac/tceng_web/changeset/30" title="Changeset
30">Previous Changeset</a>
</li>
</ul>
</div>
}}}
Hope that gives some clues.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/887>
The Trac Project <>
More information about the Trac-Tickets
mailing list