Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Adds quotes around _blank for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vertein committed Mar 29, 2016
1 parent d147758 commit ef7bb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h4><a ng-href="{{item.clicktrackUrl}}" target="_blank" ng-bind-html="item.title

</div>
<div>
<h4 ng-if="webSearchUrl && !googleEmptyResults"><a ng-href="{{webSearchUrl + searchText}}" target=_blank>View more results for {{searchText}} on {{domainResultsLabel}}</a></h4>
<h4 ng-if="webSearchUrl && !googleEmptyResults"><a ng-href="{{webSearchUrl + searchText}}" target="_blank">View more results for {{searchText}} on {{domainResultsLabel}}</a></h4>
</div>
</div>

Expand Down

0 comments on commit ef7bb44

Please sign in to comment.