Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/4 improve question accessibility #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove link on team title
  • Loading branch information
Lax Mariappan committed Jul 3, 2023
commit 7ae7c70936d8af3d8e0a65a62e9e57128b02880a
4 changes: 2 additions & 2 deletions lib/WPCOTool/Frontend/Shortcode.php
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@ private function get_section( $id, $headline, $content, $button_next = '', $butt

return sprintf(
'<section id="%1$s" class="%6$s%7$s">
<h3>%2$s</h3>
<h2>%2$s</h2>
<div class="%11$s">
%3$s
<div class="%9$s"></div>
@@ -341,7 +341,7 @@ private function get_team_checkbox_field( $name, $value, $team_icon, $team_name,
return sprintf(
'<div class="%9$s">
<input id="%1$s" type="checkbox" name="%2$s[]" value="%3$s" />
<label for="%1$s"><a href="%7$s" title="%5$s" target="_blank">%4$s%5$s</a></label>
<label for="%1$s">%4$s%5$s</label>
<p>%6$s</p>
<a href="%7$s" title="%5$s" target="_blank">%8$s</a>
</div>',