Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 72ae31f

Browse files
cpovirkcgdecker
authored andcommitted
Link to one templating system as an example.
On issue 1887, I said that we try to steer people to templating systems, but that's kind of a weak claim at present. google#1887 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=79954411
1 parent 69b1352 commit 72ae31f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guava/src/com/google/common/html/HtmlEscapers.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
* attribute values and <em>most</em> elements' text contents. When possible,
2727
* avoid manual escaping by using templating systems and high-level APIs that
2828
* provide autoescaping.
29+
* One Google-authored templating system available for external use is <a
30+
* href="https://developers.google.com/closure/templates/">Closure
31+
* Templates</a>.
2932
*
3033
* <p>HTML escaping is particularly tricky: For example, <a
3134
* href="http://goo.gl/5TgZb">some elements' text contents must not be HTML

0 commit comments

Comments
 (0)