Bad markup on top menu with site search link

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/14/2012 11:40:15 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Bad markup on top menu with site search link

Using this markup in layout.master

<ul>

etc etc

<portal:SearchInput id="SearchInput1" LinkOnly="True" RenderAsListItem="true"  runat="server" />

etc etc

</ul>

this appears inside the rendered unordered list:

<div id='ctl00_SearchInput1_pnlS'class=''></div>

which is not valid markup within a UL and causes the site to fail W3C validation.

9/14/2012 1:13:40 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Bad markup on top menu with site search link

You can see the answer here

9/14/2012 2:40:31 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Bad markup on top menu with site search link

Thanks Aaron - good see this is fixed for the next release, and I've implemented a workaround successfully.

You must sign in to post in the forums. This thread is closed to new posts.