diff --git a/src/status.ts b/src/status.ts index dcec5ae..60d7333 100644 --- a/src/status.ts +++ b/src/status.ts @@ -10,8 +10,8 @@ export const returnError = (error: string): StatusResponse => { text: Strings.BASE_HTML.format({ lang: '', headers: [ - ``, - `` + ``, + `` ].join('') }) }; @@ -84,7 +84,7 @@ export const handleStatus = async ( /* Base headers included in all responses */ const headers = [ - ``, + ``, ``, ``, ``, @@ -300,9 +300,9 @@ export const handleStatus = async ( /* Push basic headers relating to author, Tweet text, and site name */ headers.push( - ``, - ``, - `` + ``, + ``, + `` ); /* Special reply handling if authorText is not overriden */