mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-21 22:22:59 +00:00
Sender.html_str → Sender.html_string
...I'm so indecisive
This commit is contained in:
parent
f4016857cd
commit
eb2f871d2c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Sender {
|
||||||
* @param {string} html_string The string of HTML to send.
|
* @param {string} html_string The string of HTML to send.
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
html_str(status_code, html_string) {
|
html_string(status_code, html_string) {
|
||||||
this.string(status_code, "text/html", html_string);
|
this.string(status_code, "text/html", html_string);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue