Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
5605b61c
Commit
5605b61c
authored
Feb 21, 2012
by
Arno Töll
Browse files
Make us unattractive for link spam
parent
38b72309
Changes
1
Show whitespace changes
Inline
Side-by-side
debexpo/templates/plugins/controlfields/html.mako
View file @
5605b61c
...
...
@@ -6,7 +6,7 @@ ${str(o.outcome)}
<dl>
%for field, contents in sorted(o.rich_data.items()):
<dt>${field}</dt>
<dd><a href="${contents}">${contents}</a></dd>
<dd><a href="${contents}"
rel="nofollow"
>${contents}</a></dd>
%endfor
</dl>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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