Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
e748e722
Commit
e748e722
authored
Oct 06, 2017
by
Ryan Herbert
Browse files
models/tags.py dash characters in tags
see
#2686
parent
2815e21e
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/tag.py
View file @
e748e722
...
...
@@ -8,7 +8,7 @@ class TagManager(object):
self
.
prefix
=
prefix
def
expression
(
self
):
return
ur
'%s(\w+)'
%
self
.
prefix
return
ur
'%s(
[
\w
-]
+)'
%
self
.
prefix
class
TagExtractor
(
TagManager
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment