Page 1 of 1

strange --> (-->) showed up when I added relationship

PostPosted: Mon Oct 17, 2011 8:00 am
by Martin Pruss
Hi Steve , hi Xataface users..
Since i added a relationship to my table , this piece of Code shows up on my site : --> (--> in sourcecode) in browse mode (Details)
looks like some orphan javascipt close tag.
Below you can see the sourcecode of the page right before it occurs.


Code: Select all
      <div class="portlet">
<div>
<h5>Dieser Datensatz</h5>
<div class="portletBody">
<ul id="navtree-my_table?id=4312" class="navtree">

      <li class="level1">
      <img src="http://www.myurl.de//images/treeCollapsed.gif" alt="Show details" onclick="expandNode(this,'neu_fragen?id=4312/video_pedo')">&nbsp;
      relationship button
      <ul style="display: none;" id="navtree-fragen?id=4312/video_pedo">

         <li>Lade ...</li>
      
      </ul>
   
   </li>
      

</ul>
</div>
</div>
</div> --&gt;


Where can i find the code of the relationship portlet ?
thanks and
cheers
Martin

Re: strange --> (--&gt;) showed up when I added relationship

PostPosted: Mon Oct 17, 2011 10:18 am
by Martin Pruss
:oops:
this time the problem was sitting right in front of the monitor ;-)
..my sloppy coding...
sorry for bothering
cheers
Martin