forked from cory/tildefriends
httpd: Move starting the http server into C.
This commit is contained in:
@ -775,7 +775,9 @@ class TfMessageElement extends LitElement {
|
||||
}
|
||||
} else {
|
||||
return this.render_small_frame(
|
||||
html`<div class="w3-container"><p><b>type</b>: ${content.type}</p></div>`
|
||||
html`<div class="w3-container">
|
||||
<p><b>type</b>: ${content.type}</p>
|
||||
</div>`
|
||||
);
|
||||
}
|
||||
} else if (typeof this.message.content == 'string') {
|
||||
|
Reference in New Issue
Block a user