]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://profiles.google.com/lumeng.dev <lumengdev@web>
Sat, 21 May 2011 23:08:47 +0000 (23:08 +0000)
committeradmin <admin@branchable.com>
Sat, 21 May 2011 23:08:47 +0000 (23:08 +0000)
doc/forum/__42__.html_source_file_containing___60__script__62__...__60____47__script__62___not_working__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/__42__.html_source_file_containing___60__script__62__...__60____47__script__62___not_working__63__.mdwn b/doc/forum/__42__.html_source_file_containing___60__script__62__...__60____47__script__62___not_working__63__.mdwn
new file mode 100644 (file)
index 0000000..61d612a
--- /dev/null
@@ -0,0 +1,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?