becomes this
becomes this
text
text
text
<$macrocall
$name="toc-tabbed-external-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
/>
<div class="tc-table-of-contents">
<<toc-tabbed-internal-nav 'CodingGuideline' "sort[title]">> <div class="tc-table-of-contents">
<<toc-tabbed-internal-nav 'CodingGuideline' "sort[title]">>
... IMO That can't work. ... end </div> is missing and it produces some strange HTML code. ...
<<toc-tabbed-internal-nav 'CodingGuideline' "sort[title]">>
seems to work for me.
hey thanks for the reply ...so that line was causing some trouble :) thank you!