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

Fix: Anchor element showing when using the search bar. #45 #49

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

Ullas8296
Copy link
Contributor

Description

  • Ensured the proper rendering of info property which had the hyperlink in the search dropdown.

Changes made

Before

<el-main class="result">
                  {{ info }}
                </el-main>

After

<el-main class="result">
                  <span v-html="info"></span>
                </el-main>

Related Issues

Copy link
Member

@s-egge s-egge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@s-egge s-egge merged commit c674325 into OSU-Sustainability-Office:master Jan 12, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Anchor element showing when using the search bar.
2 participants