Skip to content
Snippets Groups Projects
Commit 457d0aee authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fix for BIESt #571

parent bd7c1e42
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ if (!$selected_terms_of_use_id) { ...@@ -18,7 +18,8 @@ if (!$selected_terms_of_use_id) {
<input type="radio" name="content_terms_of_use_id" <input type="radio" name="content_terms_of_use_id"
value="<?= htmlReady($content_terms_of_use_entry->id) ?>" value="<?= htmlReady($content_terms_of_use_entry->id) ?>"
id="content_terms_of_use-<?= htmlReady($content_terms_of_use_entry->id) ?>" id="content_terms_of_use-<?= htmlReady($content_terms_of_use_entry->id) ?>"
<? if ($content_terms_of_use_entry->id == $selected_terms_of_use_id) echo 'checked'; ?>> <? if ($content_terms_of_use_entry->id == $selected_terms_of_use_id) echo 'checked'; ?>
aria-description="<?= htmlReady($content_terms_of_use_entry->description) ?>">
<label for="content_terms_of_use-<?= htmlReady($content_terms_of_use_entry->id) ?>"> <label for="content_terms_of_use-<?= htmlReady($content_terms_of_use_entry->id) ?>">
<div class="icon"> <div class="icon">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment