From 75e58e67d556ac42ef6e4beb48cbbe88d66876bd Mon Sep 17 00:00:00 2001 From: AndreasRu <5096188+andreasRu@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:37:43 +0200 Subject: [PATCH] Generate static html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 7d59ee0..ea763b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -HtmlHelper.cfc: minifyHtml() & encodeTrustedHtml() in your CFML Projects Fork me on GitHub

HtmlHelper.cfc


Minify your CFML generated HTML at runtime! (If you want to see an enhanced version of this page, please visit https://andreasru.github.io/cfml-htmlhelper/)

A simple basic CFML component to

1. minifyHtml( string html required )

Converts a whitespace poluted HTML block like this

        <!DOCTYPE html>
+HtmlHelper.cfc: minifyHtml() & encodeTrustedHtml() in your CFML Projects Fork me on GitHub

HtmlHelper.cfc


Minify your CFML generated HTML at runtime!

(If you want to see an enhanced version of this page, please visit https://andreasru.github.io/cfml-htmlhelper/)

A simple basic CFML component to

  • minify CFML generated html content
  • encode trusted HTML content containing non-compliant/unescaped characters like e.g. €, ü, ö, ß, etc. within a tags inner HTML

1. minifyHtml( string html required )

Converts a whitespace poluted HTML block like this

        <!DOCTYPE html>
         <head>
 <title>Hot CFML Page & content</title>
                     <meta charset="utf-8">