diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-03-08 17:06:10 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-08 20:20:56 +0100 |
commit | 7343bc5474df241a398457a7d23aadcef1200976 (patch) | |
tree | e0189ce2aff7b78b2816eccb7fb2b8365851ef94 /server/sonar-web/src/main/js | |
parent | 1cb0cb0a38cf5c82b85aec5b59e52db13338d060 (diff) | |
download | sonarqube-7343bc5474df241a398457a7d23aadcef1200976.tar.gz sonarqube-7343bc5474df241a398457a7d23aadcef1200976.zip |
SONARCLOUD-472 Escape HTML entity
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx index fee4ee72f13..8ab99acbf40 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx @@ -257,8 +257,9 @@ function PricingFAQ({ getReference }: PricingFAQProps) { </p> <div className="faq-title">Can I cancel my subscription?</div> <p> - Of course! There's no commitment. You can delete your paid organization whenever you wish, - or simply downgrade to the free tier if you wish to keep on analysing some public projects. + Of course! There's no commitment. You can delete your paid organization whenever + you wish, or simply downgrade to the free tier if you wish to keep on analysing some + public projects. </p> <div className="faq-title">Still have more questions?</div> <p> |