aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/__42__.html_source_file_containing___60__script__62__...__60____47__script__62___not_working__63__.mdwn
blob: 61d612a6924a0f55aa4bd95b65c4fb8db7b69d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Is a *.html source file containing <script>...</script> supposed to work?

I added a `foo.html` containing

    <body><script type="text/javascript" src="http://friendfeed.com/embed/widget/..."></script></body>

after normal build when I visit `http://foobar.com/foo/` it gives me a normal page with head and footnote texts but empty body
    <div id="pagebody"> 
    <div id="content"> 
    </div> 
    </div> 

Any ideas how this could/should work?