Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorge Koltsov <gkoltsov@gitlab.com>2019-08-06 19:18:53 +0300
committerGeorge Koltsov <gkoltsov@gitlab.com>2019-08-12 13:16:52 +0300
commit485b8b86edaeed1ba3a8bf55df23ca6cbc1f015b (patch)
treedee1f2eb6e62c3d8fdbdc3a81c1213a32154cb70 /doc
parent94e1404c4b138ede19611a46a5736764a61cdab7 (diff)
Add filter param sanitization
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/import/bitbucket_server.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/import/bitbucket_server.md b/doc/user/project/import/bitbucket_server.md
index 5f426ed7153..28e211ee2ba 100644
--- a/doc/user/project/import/bitbucket_server.md
+++ b/doc/user/project/import/bitbucket_server.md
@@ -32,8 +32,8 @@ Import your projects from Bitbucket Server to GitLab with minimal effort.
1. Attachments in Markdown are currently not imported.
1. Task lists are not imported.
1. Emoji reactions are not imported
-1. Project filtering does not support fuzzy search (only starts with or full
- match strings are currently supported)
+1. Project filtering does not support fuzzy search (only `starts with` or `full
+ match strings` are currently supported)
## How it works