Skip to content

Commit

Permalink
adds target blank to href; bumps verion
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Oct 21, 2024
1 parent f5c490b commit 8f7e986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="dataset-search-ext">{% block dataset_search_ext %}{% endblock %}</div>
<div class="search-helper">
For a list of search operators, please see the
<a href="https://docs.ckan.org/en/2.10/user-guide.html?#search-in-detail">
<a href="https://docs.ckan.org/en/2.10/user-guide.html?#search-in-detail" target="_blank">
"Search in Detail" instructions.</a>
</div>
<div class="results">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-datagovtheme",
version="0.2.34",
version="0.2.35",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 8f7e986

Please sign in to comment.