Re: [Codestriker-user] CodeStriker 1.9.1 - IIS - Topic Comments show context lines on one line only
Brought to you by:
sits
|
From: David S. <si...@us...> - 2005-07-27 04:07:23
|
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
--
Cheers,
David
|