diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-11-06 22:10:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-11-06 22:10:04 +0100 |
commit | 64c10d5f335d6a7736e585b578af6e5fc238b77f (patch) | |
tree | 2e1d879018584c9a6622850e4f2e86f6c18ac0e5 /cgi | |
parent | 0b77b289ce172ea10bb15a96dc4a4316e0aa9690 (diff) |
main: footnote for csv
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/main.html.ep | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cgi/templates/main.html.ep b/cgi/templates/main.html.ep index 94bebbf..3ba93d8 100644 --- a/cgi/templates/main.html.ep +++ b/cgi/templates/main.html.ep @@ -170,13 +170,13 @@ other German transit networks. </div> <div class="field"> <div class="desc" title="comma-separated list, example: NE,U,10"> - match line prefix</div> + match line prefixes¹</div> <div> %= text_field 'line' </div> </div> <div class="field"> - <div class="desc" title="comma-separated list. Buggy.">match platform</div> + <div class="desc" title="comma-separated list. Buggy.">match platform¹</div> <div> %= text_field 'platform' </div> @@ -196,6 +196,9 @@ other German transit networks. </div> % end +<p> +<b>¹</b> separate values with commas, e.g. NE,U,10 +</p> </div> <!-- input-field --> <div class="notes"> |