webif/webif
df 1a25e2a3f1 Fix potential format error with queue item containing %
If an item is in the queue whose file name contains a %, the following error occurs, causing the item never to be dequeued:
```in procedure '::auto::dumpq' called at file "/mod/webif/lib/auto/deq", line 167
at file "/mod/webif/lib/auto/deq", line 118
/mod/webif/lib/auto/deq:118: Error: not enough arguments for all format specifiers```
The file name needs to be passed to `format` as a parameter with format `%s` rather than embedding it in the format string, or else ```log "[format ...][$q get file]"```
2020-10-16 14:26:30 +01:00
..
cache add empty directories 2017-03-09 21:26:30 +00:00
cgi-bin Add svc.class 2020-04-19 12:00:49 +01:00
html Update 'webif/html/diag/mux.jim' 2020-07-14 00:29:02 +00:00
include Make entire toolbar cell clickable 2019-11-17 16:07:56 +00:00
lib Fix potential format error with queue item containing % 2020-10-16 14:26:30 +01:00
plugin add empty directories 2017-03-09 21:26:30 +00:00