Hi,

My site:generate goal no longer puts the href in for the links, the generated href is blank.

In navigation.xml, this:

<menu name="General Information">
    <item name="Overview" href="index.html"/>
    <item name="News" href="news.html"/>
</menu>

...generates this:

<div>
  <small>
    <a href="">Overview</a>
  </small>
</div>
<div>
  <small>
     <a href="">News</a>
  </small>
</div>


Can anyone help with this? How can I debug it? I deployed before I noticed and now my site is hosed :0


I just noticed this problem after I upgraded to 1.0 RC 1 (not sure if the new release is the problem).

Thanks,
Chad


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to