]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/ask.html
OSQA-263
[osqa.git] / forum / skins / default / templates / ask.html
index 5c12c865142b6a1f5f90689e1c2045ddf6f1224f..4eb806b1feb2cf8c980f478814ccd95a97d39a6a 100644 (file)
@@ -34,7 +34,7 @@
             });
 
             //Tags autocomplete action
-               $("#id_tags").autocomplete("/matching_tags", {
+               $("#id_tags").autocomplete("/matching_tags/", {
                 minChars: 1,
                        matchContains: true,
                 max: 20,