[Webkit-unassigned] [Bug 25833] Webarchive fails to save <code> blocks correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 16 02:05:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25833





------- Comment #1 from mrowe at apple.com  2009-05-16 02:05 PDT -------
Looking in the web inspector, the markup for the code block on the original
page looks like so:
<div class="code_container"><code class="ruby">
translate <span class="comment"># Lookup text translations</span>
localize  <span class="comment"># Localize Date and Time objects to local
formats</span>
</code></div>

This matches what is in the document source.  When loaded from the web archive,
the markup for the code block looks like so:
<div class="code_container"><code class="ruby">
translate <span><span class="keywords">class</span>=<span
class="string">"comment"</span>><span class="comment"># Lookup text
translations</span></span>
localize  <span><span class="keywords">class</span>=<span
class="string">"comment"</span>><span class="comment"># Localize Date and
Time objects to local formats</span></span>
</code></div>

Looking at the source of the main resource via View -> Source shows the
original, correct markup.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list