• Leszek Swirski's avatar
    [turbolizer] Use textContent to set code view · 7b8d8e9a
    Leszek Swirski authored
    Previously code view was set using innerHTML. This would cause problems
    for html characters in the code -- in particular, '<' without a space
    after it would start new HTML tags, and the code following it wouldn't
    be visible.
    
    Now, the source text is set using textContent, which doesn't parse the
    value as HTML and implicitly escapes any HTML characters in the code.
    
    Change-Id: I612a18c37bbb4da6a87063bb39d7f7123a3c4c0d
    Reviewed-on: https://chromium-review.googlesource.com/461826Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44233}
    7b8d8e9a
code-view.js 5.63 KB