potential fix for #1745
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
limit: 10,
|
||||
valueKey: "name",
|
||||
template: function(context) {
|
||||
return "<p>" + context.name.replace(/_/g, " ") + "</a></p>";
|
||||
return "<p>" + context.name.replace(/_/g, " ") + "</p>";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
limit: 10,
|
||||
valueKey: "title",
|
||||
template: function(context) {
|
||||
return "<p>" + context.title.replace(/_/g, " ") + "</a></p>";
|
||||
return "<p>" + context.title.replace(/_/g, " ") + "</p>";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user