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
e87123c1
Commit
e87123c1
authored
Feb 19, 2012
by
Nicolas Dandrimont
🤔
Browse files
Fix the HTML in the controlfields plugin template
parent
c839879e
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/plugins/controlfields/html.mako
View file @
e87123c1
...
@@ -6,7 +6,7 @@ ${str(o.outcome)}
...
@@ -6,7 +6,7 @@ ${str(o.outcome)}
<dl>
<dl>
%for field, contents in sorted(o.rich_data.items()):
%for field, contents in sorted(o.rich_data.items()):
<dt>${field}</dt>
<dt>${field}</dt>
<dd><a href="${contents}">${contents}</a></d
t
>
<dd><a href="${contents}">${contents}</a></d
d
>
%endfor
%endfor
</dl>
</dl>
</div>
</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