Commit 5605b61c authored by Arno Töll's avatar Arno Töll
Browse files

Make us unattractive for link spam

parent 38b72309
...@@ -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></dd> <dd><a href="${contents}" rel="nofollow">${contents}</a></dd>
%endfor %endfor
</dl> </dl>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment