"view page" link doesn't work for root

Feed 0 posts, 1 voices

Avatar
0 posts

The “view this page” link when editing a page does not work for the root page in 0.95. A .html gets appended to website address giving something like this :

www.yoursite.com/.html

It works fine for pages that don’t have an empty slug, but not for root page. I haven’t analysed the code, but I’m guessing this can be solved easily via a single test condition.

if( slug != “” ) { append .html }

Alex