Hi,

Can you send the code of the page.

You may use Velocity code which introduce blank lines if not escaped.

For example,

{{velocity}}
#set($mylist = [])
$mylist.add('first_element')
{{/velocity}}

but

{{velocity}}
#set($mylist = [])
#set($discard = $mylist.add('first_element'))
{{/velocity}}

will not.  You may also try to escape end lines by putting '##' at the
end of the line (I think I've read that somewhere).

Hopes this help.
--
Jean

On mar., 2014-03-04 at 06:00 -0800, DeHaynes wrote:
> I am noticing, what I think is a bug in XWiki.  After a heading XWiki creates
> an blank line.  See below
> 
> <http://xwiki.475771.n2.nabble.com/file/n7589409/XWiki_Headings.png> 
> 
> When I look at the code generated, it is a line with a class of
> "edit_section".  See below
> 
> <http://xwiki.475771.n2.nabble.com/file/n7589409/Edit_Section.png> 
> 
> Which is the edit icon in the top righthand corner of each section.
> 
> Is there a way to make it not put that icon on a line by itself?  For
> instance, could it be in a box that floats to the section position?
> 
> Has anybody else dealt with this?
> 
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Extra-Line-after-heading-tp7589409.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to