mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix html tags
This commit is contained in:
parent
a02354f983
commit
aad19d1986
2 changed files with 3 additions and 3 deletions
|
@ -1679,7 +1679,7 @@ send_file 'foo.png', :type => :jpg
|
|||
<dt>type</dt>
|
||||
<dd>コンテンツの種類。設定がない場合、ファイル拡張子から類推される。</dd>
|
||||
|
||||
</dt>disposition</dt>
|
||||
<dt>disposition</dt>
|
||||
<dd>
|
||||
Content-Dispositionに使われる。許容値: <tt>nil</tt> (デフォルト)、
|
||||
<tt>:attachment</tt> および <tt>:inline</tt>
|
||||
|
@ -1949,7 +1949,7 @@ set :protection, :session => true
|
|||
</dd>
|
||||
|
||||
<dt>bind</dt>
|
||||
<dd>バインドするIPアドレス(デフォルト: `environment`がdevelopmentにセットされているときは、<tt>0.0.0.0</tt> <em>または</em> <tt>localhost</tt>)。ビルトインサーバでのみ使われる。
|
||||
<dd>バインドするIPアドレス(デフォルト: `environment`がdevelopmentにセットされているときは、<tt>0.0.0.0</tt> <em>または</em> <tt>localhost</tt>)。ビルトインサーバでのみ使われる。</dd>
|
||||
|
||||
<dt>default_encoding</dt>
|
||||
<dd>不明なときに仮定されるエンコーディング(デフォルトは<tt>"utf-8"</tt>)。</dd>
|
||||
|
|
|
@ -1800,7 +1800,7 @@ The options are:
|
|||
<dt>type</dt>
|
||||
<dd>content type to use, guessed from the file extension if missing.</dd>
|
||||
|
||||
</dt>disposition</dt>
|
||||
<dt>disposition</dt>
|
||||
<dd>
|
||||
used for Content-Disposition, possible value: <tt>nil</tt> (default),
|
||||
<tt>:attachment</tt> and <tt>:inline</tt>
|
||||
|
|
Loading…
Reference in a new issue