Re: [go-nuts] html/template modifies template outside of actions

2016-11-11 Thread Marvin Renich
* Ian Davis [16 06:04]: > On Fri, Nov 11, 2016, at 09:21 AM, Marvin Renich wrote: > > > the Execute method escapes the first character ('<' in " > "<". This seems wrong to me, both logically and according to the > > documentation, which states in the fourth paragraph under Overview for > > t

Re: [go-nuts] html/template modifies template outside of actions

2016-11-11 Thread Ian Davis
On Fri, Nov 11, 2016, at 09:21 AM, Marvin Renich wrote: > the Execute method escapes the first character ('<' in " "<". This seems wrong to me, both logically and according to the > documentation, which states in the fourth paragraph under Overview for > text/template: > > all text outside act