sheet.xsl: add <select/> to use :firstlink
parent
68c46a1823
commit
ad3ba9de1a
|
@ -185,6 +185,11 @@
|
||||||
<option value=":html">HTML</option>
|
<option value=":html">HTML</option>
|
||||||
<option value=":csv">CSV</option>
|
<option value=":csv">CSV</option>
|
||||||
</select>
|
</select>
|
||||||
|
using
|
||||||
|
<select>
|
||||||
|
<option value="">the standard link</option>
|
||||||
|
<option value=":firstlink" title="Useful for Twitter feeds for example, to get the articles referred to in tweets rather than the tweet itself">the first link from the description (?)</option>
|
||||||
|
</select>
|
||||||
and
|
and
|
||||||
<select>
|
<select>
|
||||||
<option value="">keep</option>
|
<option value="">keep</option>
|
||||||
|
|
Loading…
Reference in New Issue