Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Xavier Noya 2 posts 82 karma points
    Jan 11, 2016 @ 09:36
    Xavier Noya
    0

    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 ?

     the " ; " before the footer

    Website URL : http://publi-gironde.azurewebsites.net/

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jan 11, 2016 @ 09:57
    Nik
    100

    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

  • Xavier Noya 2 posts 82 karma points
    Jan 11, 2016 @ 10:10
    Xavier Noya
    0

    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 !

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jan 11, 2016 @ 10:19
    Nik
    0

    No problem :-)

Please Sign in or register to post replies

Write your reply to:

Draft