Commit 65cdf8fc authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '241969-Replace-v-html' into 'master'

Replace v-html with v-safe-html in popover.vue

See merge request gitlab-org/gitlab!41197
parents a8fdc573 f8357db5
<script>
/* eslint-disable vue/no-v-html */
import { GlPopover, GlSprintf, GlButton } from '@gitlab/ui';
import { parseBoolean, scrollToElement, setCookie, getCookie } from '~/lib/utils/common_utils';
import { s__ } from '~/locale';
......@@ -114,7 +113,7 @@ export default {
:css-classes="['suggest-gitlab-ci-yml', 'ml-4']"
>
<template #title>
<span v-html="suggestTitle"></span>
<span>{{ suggestTitle }}</span>
<span class="ml-auto">
<gl-button
:aria-label="__('Close')"
......
---
title: Replace v-html with v-safe-html in popover.vue
merge_request: 41197
author: Kev @KevSlashNull
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment