sheet.xsl: update to :format
parent
9d062ef24b
commit
fb19b1241f
|
@ -191,9 +191,9 @@
|
||||||
feed as
|
feed as
|
||||||
<select>
|
<select>
|
||||||
<option value="">RSS</option>
|
<option value="">RSS</option>
|
||||||
<option value=":json:cors">JSON</option>
|
<option value=":format=json:cors">JSON</option>
|
||||||
<option value=":html">HTML</option>
|
<option value=":format=html">HTML</option>
|
||||||
<option value=":csv">CSV</option>
|
<option value=":format=csv">CSV</option>
|
||||||
</select>
|
</select>
|
||||||
using the
|
using the
|
||||||
<select>
|
<select>
|
||||||
|
|
Loading…
Reference in New Issue