Martin Schmidkunz napsal(a): > ref: refs/heads/master > commit 9ebea32e4f73c68e208ccf1d1e6297e232ddeca5 > Author: Martin Schmidkunz <[email protected]> > Date: Mon Oct 26 14:39:21 2009 +0100 > > form formatting adjustments > --- > .../app/views/administrator/index.html.erb | 37 +++++++-------- > plugins/language/app/views/language/index.rhtml | 9 +++- > .../app/views/mail_settings/index.html.erb | 47 > +++++++++----------- > plugins/network/app/views/network/index.html.erb | 15 +++--- > webclient/app/views/layouts/main.rhtml | 2 +- > webclient/public/javascripts/script.js | 18 ++++++++ > 6 files changed, 71 insertions(+), 57 deletions(-) > > <snip/> > diff --git a/webclient/app/views/layouts/main.rhtml > b/webclient/app/views/layouts/main.rhtml > index b0db749..4959487 100644 > --- a/webclient/app/views/layouts/main.rhtml > +++ b/webclient/app/views/layouts/main.rhtml > @@ -87,7 +87,7 @@ > <% flash.delete flash_type -%> > <% end %> > </div> <!-- flash messages --> > - > +<br>
We use xml strict format. So you must enclose all tags. It should be <br/>. I see that many plugins doesn't use validation test, so I plan add it. (this problem is triggered on hudson in language module, which check if result page is valid). Josef -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
