Skip to content

Commit

Permalink
fix wrong xRobotsTag label bound (keycloak#12288)
Browse files Browse the repository at this point in the history
Set the `for` attribute of the xRobotsTag label to `xRobotsTag`

Closes keycloak#12286
  • Loading branch information
CSalih authored Jun 1, 2022
1 parent 75754ec commit 990df8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<kc-tooltip>{{:: 'content-type-options-tooltip' | translate}}</kc-tooltip>
</div>
<div class="form-group">
<label class="col-md-2 control-label" for="xContentTypeOptions"><a href="https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag" target="_blank">{{:: 'robots-tag' | translate}}</a></label>
<label class="col-md-2 control-label" for="xRobotsTag"><a href="https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag" target="_blank">{{:: 'robots-tag' | translate}}</a></label>
<div class="col-sm-6">
<input class="form-control" id="xRobotsTag" type="text" ng-model="realm.browserSecurityHeaders.xRobotsTag">
</div>
Expand Down

0 comments on commit 990df8f

Please sign in to comment.