Note that there are some explanatory texts on larger screens.

plurals
  1. POAJAX problems in WebKit browsers
    primarykey
    data
    text
    <p>I'm developing an AJAX site. So the problem is browsers (Safari, Chrome) do not show spaces in AJAX-loaded HTML content after tags like Strong, Em etc.</p> <p>Then I added a doctype to the AJAX output. Everything was fine, there were all spaces, unless I tested the site in WebKit browsers. When I loaded the page in Safari, I got error:</p> <blockquote> <p>This page contains the following errors:</p> <p>error on line 1 at column 7: internal error</p> <p>Below is a rendering of the page up to the first error.</p> </blockquote> <p>What do I got to do? Or, in other words, is there any way to output the doctype for WebKit without getting the error?</p> <p>Output is something like that:</p> <pre><code>&lt;div class="topic"&gt; &lt;div class="colon"&gt; &lt;div class="topictext"&gt; &lt;h2&gt;&lt;a href="/artikul/1" class="showhuman" id="1" onclick="showhumaninfo (1); return false;"&gt;KirillTitov&lt;/a&gt; tells us:&lt;/h2&gt;&lt;p&gt;Here you go.&lt;br/&gt; &lt;b&gt;Bold text&lt;/b&gt; &lt;i&gt;italic text&lt;/i&gt; &lt;strike&gt;etc&lt;/strike&gt;…&lt;/p&gt; &lt;/div&gt;&lt;!-- topictext --&gt; &lt;div class="topicright"&gt;&lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;div class="topicinfo"&gt; &lt;div class="topicclock"&gt; &lt;font title="Timestamp for geeks — 1253816398"&gt;24&amp;#0160;september,&amp;#0160;year&amp;#0160;2009&lt;/font&gt; &lt;/div&gt;&lt;!-- topicclock --&gt; &lt;div class="topiccomment"&gt; &lt;a href="/joindachat/2" class="entertopic" id="2" onclick="entertopic (2); return false;"&gt;Go inside&lt;/a&gt; (мнений: 0) &lt;/div&gt;&lt;!-- topiccomment --&gt; &lt;/div&gt;&lt;!-- topicinfo --&gt; &lt;div class="topicindex"&gt; &lt;img src="/img/bgtopicindex.gif" border="0" alt="" /&gt; &lt;/div&gt;&lt;!-- topicindex --&gt; &lt;div class="blur"&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- colon --&gt; &lt;div class="colon"&gt; &lt;div class="indextopcomment"&gt; &lt;div class="commenttopleft"&gt;&lt;img src="/img/bgcommentindexgreen.gif" alt="" border="0" /&gt;&lt;/div&gt; &lt;div class="texttopcomment nonenew"&gt; No comments here. &lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- indextopcomment --&gt; &lt;/div&gt;&lt;!-- colon --&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- topic --&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- topic --&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload