You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/02/21 00:06:42 UTC

[flex-site] branch main updated: download-utilities: escape html in code samples

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2093cb1da download-utilities: escape html in code samples
2093cb1da is described below

commit 2093cb1da67db1f1a4f20e9668f6f69e1574ec1e
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Mon Feb 20 16:06:14 2023 -0800

    download-utilities: escape html in code samples
---
 content/download-utilities.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/download-utilities.md b/content/download-utilities.md
index 138a22479..51cc8f007 100644
--- a/content/download-utilities.md
+++ b/content/download-utilities.md
@@ -17,8 +17,8 @@ Regular size (302 x 302)
 Use this code to embed the regular size badge on your website/blog:
 
 ```html
-<iframe name="afSDKInstallBadgeRegular" src="https://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
+&lt;iframe name="afSDKInstallBadgeRegular" src="https://flex.apache.org/installerbadge/index.html"
+    frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302">&lt;/iframe&gt;
 ```
 
 Small size (402 x 84)
@@ -28,8 +28,8 @@ Small size (402 x 84)
 Use this code to embed the small size badge on your website/blog:
 
 ```html
-<iframe name="afSDKInstallBadgeSmall" src="https://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
+&lt;iframe name="afSDKInstallBadgeSmall" src="https://flex.apache.org/installerbadge/index.html"
+    frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"&gt;&lt;/iframe&gt;
 ```
 
 <div class="headline"><h4 class="title">Apache Flex SDK Maven Converter</h4></div>