aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 6b8ebff00f..e40ca760ec 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -559,17 +559,17 @@
<option value="is">
<title>is</title>
<code>
- (match-all (= (get-source) ${uri}))
+ (match-all (= (get-source) ${source}))
</code>
</option>
<option value="is-not">
<title>is not</title>
<code>
- (match-all (not (= (get-source) ${uri})))
+ (match-all (not (= (get-source) ${source})))
</code>
</option>
</input>
- <input type="source" name="uri"/>
+ <input type="source" name="source"/>
</part>
</partset>