[Pmwiki-users] own special markups are causing <pre > statements in the html output

Peter Heuchert lists
Thu Apr 29 06:02:09 CDT 2004


I build a page which is using the x-include special markup which creates 
an iframe statement.
In the html output I noticed <pre> statements which are caused by the 
markup.
How can I control it ?

PmWiki Page Source:
!Systemauslastung (top)
[[{{Top}} Reload]]
[[x-include: http://www.pjsc.local/asp/top.asp  scroll=no width=100% 
height=500]]

HTML output:

<a class='wikilink' href='http://www.pjsc.local/wiki/pmwiki.php/System/Top'>Reload</a>
<pre >

<!-- X-include -->
<iframe width=100% height=500 align=default frameborder=default scroll=no src=http://www.pjsc.local/asp/top.asp></iframe>
<!--/ X-include -->

</pre>

Any ideas how to controll it? This is really disturbing as I tried to 
build my own special markups, but the html code is not recognized 
because of the preformatted text controlls.

Regards  Peter Heuchert



More information about the pmwiki-users mailing list