diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-23 00:46:02 +0200 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-23 00:46:02 +0200 |
| commit | ddb5db354ac1b55ce99c9d0e977a2a63099f4c21 (patch) | |
| tree | 644fe8ebb504af5d5e025ece6eb123a1094137c3 /template/en/default/admin/custom_fields | |
| parent | 1ccdf14572251c8fe39cf2065fd3ca16da01e1a3 (diff) | |
| download | bugs-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar bugs-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.gz bugs-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.bz2 bugs-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.xz bugs-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.zip | |
Bug 398701: Replace |FILTER url_quote| by |FILTER uri|
r/a=mkanat
Diffstat (limited to 'template/en/default/admin/custom_fields')
| -rw-r--r-- | template/en/default/admin/custom_fields/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 755c3642c..ec4e3276d 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -137,7 +137,7 @@ <tr> <th> </th> <td> - <a href="editvalues.cgi?field=[% field.name FILTER url_quote %]">Edit + <a href="editvalues.cgi?field=[% field.name FILTER uri %]">Edit legal values for this field</a>. </td> |
