User: sits
Date: 08/06/17 00:23:25
Modified: lib/Codestriker/Action EditComment.pm
Log:
Fix the context so that it is displayed correctly with newlines.
Index: EditComment.pm
===================================================================
RCS file:
/cvsroot/codestriker/codestriker/lib/Codestriker/Action/EditComment.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- EditComment.pm 14 Mar 2008 01:30:52 -0000 1.15
+++ EditComment.pm 17 Jun 2008 07:23:25 -0000 1.16
@@ -92,7 +92,7 @@
}
}
- $vars->{'context'} = $query->pre(join '\n', @text) . $query->p;
+ $vars->{'context'} = $query->pre(join "\n", @text) . $query->p;
}
# Display the comments which have been made for this line number
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits