Skip to content

Commit

Permalink
Merge pull request #1134 from tdiary/typofix
Browse files Browse the repository at this point in the history
Typofix with c2cd87e
  • Loading branch information
hsbt authored Feb 28, 2024
2 parents 2b8f757 + b77d570 commit b98d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdiary/dispatcher/update_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run
'content-type' => 'text/html; charset=UTF-8',
'charset' => conf.encoding,
'content-length' => body.bytesize.to_s,
'cary' => 'User-Agent',
'vary' => 'User-Agent',
'x-frame-options' => 'SAMEORIGIN'
}
body = ( request.head? ? '' : body )
Expand Down

0 comments on commit b98d074

Please sign in to comment.