The 1.9.0 releases have been updated on the SF site, with this minor change.
Cheers,
David
On Wednesday 27 July 2005 13:58, David Sitsky wrote:
> Damn - you're right. I don't use this feature, and nobody reported an
> issue with the beta releases.
>
> I can see what has gone wrong too, if you apply this patch from the
> template/en/default directory, and restart apache, this should fix the
> problem:
>
> --- viewtopiccomments.html.tmpl.orig Wed Jul 27 13:57:48 2005
> +++ viewtopiccomments.html.tmpl Wed Jul 27 13:58:57 2005
> @@ -166,7 +166,7 @@
>
> [% IF comment.context != '' %]
> <TR CLASS="commentc">
> - <TD> [% comment.context %]</TD>
> + <TD><PRE>[% comment.context %]</PRE></TD>
> </TR>
> [% END %]
> [% last_fileline = comment.fileline %]
>
> Given that this release hasn't been announced yet to the greater outside
> world, (ie freshmeat and sourceforge news), I'll drop what is there, and
> install an updated version very soon.
>
> Thanks again for your message.
>
> Cheers,
> David
>
> On Wed, 27 Jul 2005 12:36, cod...@sp... wrote:
> > With the latest version od CodeStriker, all context lines are shown on
> > the same line in Topic Comments tab.
> >
> > I am using it on IIS under Windows 2000.
> >
> > Anyone has seen this?
> >
> > Thanks.
> > Marc
|