I'm facing a little problem that I can't resolve ! I developed a new website using Umbraco 7.3.1. It's a simple website (home page, services pages and a contact page) with a CSS theme. After building this website, a " ; " appeared before the footer and I don't know how to remove it ! I checked all the files (Master page, macro templates, partial templates...) and i can't figure it out where this " ; " is.
I would guess that in your master layoutfile (as it's happening everything) you have a razor line that starts with an @ and ends with a ;
It's a hard one to fully identify but have a look where you are rendering the grid as it is appearing just after that. This makes me thing it is either a call to render the grid or a call to RenderBody().
Comma is rendered in the bottom of all my page
Hello guys,
I'm facing a little problem that I can't resolve ! I developed a new website using Umbraco 7.3.1. It's a simple website (home page, services pages and a contact page) with a CSS theme. After building this website, a " ; " appeared before the footer and I don't know how to remove it ! I checked all the files (Master page, macro templates, partial templates...) and i can't figure it out where this " ; " is.
Did someone face the same issue ?
Website URL : http://publi-gironde.azurewebsites.net/
Hi Xavier,
I would guess that in your master layoutfile (as it's happening everything) you have a razor line that starts with an @ and ends with a ;
It's a hard one to fully identify but have a look where you are rendering the grid as it is appearing just after that. This makes me thing it is either a call to render the grid or a call to RenderBody().
Nik
Thank you very much Nik, It was the RenderBody() that was ending with a ;
I checked all the razor calls but not this one.
Thanks a lot !
No problem :-)
is working on a reply...