[Mono-bugs] [Bug 46692][Wis] Changed - Null remarks should not cause extra indentation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 17:49:23 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46692
--- shadow/46692 2003-07-28 18:53:04.000000000 -0400
+++ shadow/46692.tmp.30762 2003-10-12 17:49:23.000000000 -0400
@@ -24,6 +24,13 @@
I'll attach a screenshot to illustrate the problem.
------- Additional Comments From duncan@ximian.com 2003-07-21 20:41 -------
Created an attachment (id=4934)
Extra indentation in after remarks header
+
+------- Additional Comments From jluke@cfl.rr.com 2003-10-12 17:49 -------
+xsl outputs <blockquote /> when remarks are empty. Which in html (not
+xml) does not close the tag.
+
+We should insert something like <br /> to make it output
+<blockquote><br /></blockquote>