Skip to content

Commit

Permalink
download page 404 for modules (#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Oct 4, 2021
1 parent 5703425 commit d1209b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Prebid.org highly recommends that publishers utilize the following modules:
<h4>General Modules</h4>
<div class="row">
{% for page in module_pages %}{% if page.enable_download == false or page.recommended == true or page.vendor_specific == true %}{% continue %}{% endif %}<div class="col-md-4"><div class="checkbox">
<label> <input type="checkbox" moduleCode="{{ page.module_code }}" class="bidder-check-box"> <a href="{{page.module_code}}" class="tip">{{ page.display_name }}<span>{{page.description}}</span></a></label>
<label> <input type="checkbox" moduleCode="{{ page.module_code }}" class="bidder-check-box"> <a href="{{page.url}}" class="tip">{{ page.display_name }}<span>{{page.description}}</span></a></label>
</div></div>{% endfor %}
</div>

Expand Down

0 comments on commit d1209b9

Please sign in to comment.