(no commit message)
[ikiwiki.git] / doc / forum / __42__.html_source_file_containing___60__script__62__...__60____47__script__62___not_working__63__.mdwn
1 Is a *.html source file containing <script>...</script> supposed to work?
2
3 I added a `foo.html` containing
4
5     <body><script type="text/javascript" src="http://friendfeed.com/embed/widget/..."></script></body>
6
7 after normal build when I visit `http://foobar.com/foo/` it gives me a normal page with head and footnote texts but empty body
8     <div id="pagebody"> 
9     <div id="content"> 
10     </div> 
11     </div> 
12
13 Any ideas how this could/should work?