Skip to content

Commit

Permalink
fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasRu committed Aug 8, 2023
1 parent 6e8a4aa commit e71aed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Example of encoding a trusted HTML block to escape unescaped characters with `en

**HtmlHelper.cfc** passes the functions minifyHtml() and encodeTrustedHtml() as Lambda Expressions to enhance inner local scoping ([see code here at GitHub](https://github.com/andreasRu/cfml-htmlhelper/blob/cc91c88a5e744a27d5006accb5ed9e54cd5e7dc5/components/HtmlHelper.cfc#L16)):

![cfml html minifier](/images/dumpStruct.webp)
![cfml html minifier](images/dumpStruct.webp)

### Tips & Security Advisory

Expand Down
2 changes: 1 addition & 1 deletion index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
(c) 2006, Ivan Sagalaev -->
<script src="/libs/highlightjs/highlight.min.js"></script>
<script src="libs/highlightjs/highlight.min.js"></script>
<script>
const elements = document.querySelectorAll('code');
elements.forEach((element) => {
Expand Down

0 comments on commit e71aed9

Please sign in to comment.