Counselllor / Counsellor-Web

Found invalid characters in markup JS-0454
Anti-pattern
Major
8 occurrences in this check
' can be escaped with '
 81            </p>
 82            <ul>
 83              <li>View your billing history in the 'Billing' section of your account.</li>
 84              <li>Update your payment methods under 'Payment Settings'.</li> 85              <li>Contact billing support for any discrepancies or issues.</li>
 86            </ul>
 87          </section>
' can be escaped with &apos;
 80              Find information on how to handle your billing and payments, including how to update your payment methods and view your billing history.
 81            </p>
 82            <ul>
 83              <li>View your billing history in the 'Billing' section of your account.</li> 84              <li>Update your payment methods under 'Payment Settings'.</li>
 85              <li>Contact billing support for any discrepancies or issues.</li>
 86            </ul>
' can be escaped with &apos;
 70            <ul>
 71              <li>Update your personal information in the 'Profile' section.</li>
 72              <li>Change your password under 'Security Settings'.</li>
 73              <li>Manage your subscriptions and notifications in the 'Preferences' section.</li> 74            </ul>
 75          </section>
 76
' can be escaped with &apos;
 69            </p>
 70            <ul>
 71              <li>Update your personal information in the 'Profile' section.</li>
 72              <li>Change your password under 'Security Settings'.</li> 73              <li>Manage your subscriptions and notifications in the 'Preferences' section.</li>
 74            </ul>
 75          </section>
' can be escaped with &apos;
 68              Learn how to manage your account settings, update your information, and more.
 69            </p>
 70            <ul>
 71              <li>Update your personal information in the 'Profile' section.</li> 72              <li>Change your password under 'Security Settings'.</li>
 73              <li>Manage your subscriptions and notifications in the 'Preferences' section.</li>
 74            </ul>
' can be escaped with &apos;
 46            <ul>
 47              <li><strong>How do I reset my password?</strong> Click on 'Forgot Password' on the login page and follow the instructions.</li>
 48              <li><strong>How can I update my profile information?</strong> Go to your account settings and make the necessary changes.</li>
 49              <li><strong>Where can I find my order history?</strong> Navigate to the 'Orders' section in your account dashboard.</li> 50            </ul>
 51          </section>
 52
' can be escaped with &apos;
 44              Have questions? We have answers. Check out our FAQ section for solutions to common problems.
 45            </p>
 46            <ul>
 47              <li><strong>How do I reset my password?</strong> Click on 'Forgot Password' on the login page and follow the instructions.</li> 48              <li><strong>How can I update my profile information?</strong> Go to your account settings and make the necessary changes.</li>
 49              <li><strong>Where can I find my order history?</strong> Navigate to the 'Orders' section in your account dashboard.</li>
 50            </ul>
' can be escaped with &apos;
 32              Welcome to our help page. Here you will find all the necessary information to get started with our services.
 33            </p>
 34            <ul>
 35              <li>Sign up for an account by clicking the 'Sign Up' button on the top right corner.</li> 36              <li>Verify your email address by clicking on the link sent to your email.</li>
 37              <li>Log in to your account and complete your profile setup.</li>
 38            </ul>