codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 23 forks source link

[Bug Report] - HTML incorrectly rendered in new pod page #645

Closed AJSterner closed 3 weeks ago

AJSterner commented 1 month ago

Describe the bug:

After creating a new pod, the user is redirected to a landing page where a few links are shown. Those links are incorrectly rendered so the tags are visible to the user.

Expected behavior:

The page should show clickable links rather than HTML as text on the screen.

Actual Behavior:

See the screenshot.

Screenshots:

Screenshot_20240521_184038

To Reproduce:

Steps to reproduce the behavior:

  1. Go to the main page
  2. Click on sign up
  3. Enter new credentials
  4. See some HTML rendered as text

Possible Fix:

Should be simple to reformat the HTML a bit.