summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/Placard.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/Placard.js')
-rw-r--r--WebCore/inspector/front-end/Placard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/Placard.js b/WebCore/inspector/front-end/Placard.js
index 69a168e..9a415c4 100644
--- a/WebCore/inspector/front-end/Placard.js
+++ b/WebCore/inspector/front-end/Placard.js
@@ -67,7 +67,7 @@ WebInspector.Placard.prototype = {
if (this._subtitle === x)
return;
this._subtitle = x;
- this.subtitleElement.innerHTML = x;
+ this.subtitleElement.textContent = x;
},
get selected()