mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Remove Ofy (#1863)
So long, farewell, adios, ciao, sayonara, 再见! TESTED=deployed to alpha and used `nomulus list_tlds` to confirm that the web app can receive and serve requests. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1863) <!-- Reviewable:end -->
This commit is contained in:
@@ -928,7 +928,6 @@ soy.$$cleanHtml = function(value, opt_safeTags) {
|
||||
};
|
||||
|
||||
|
||||
// LINT.IfChange(htmlToText)
|
||||
/**
|
||||
* Converts HTML to plain text by removing tags, normalizing spaces and
|
||||
* converting entities.
|
||||
@@ -1008,10 +1007,6 @@ soy.$$htmlToText = function(value) {
|
||||
/** @private @const */
|
||||
soy.BLOCK_TAGS_RE_ =
|
||||
/^\/?(address|blockquote|dd|div|dl|dt|h[1-6]|hr|li|ol|p|pre|table|tr|ul)$/i;
|
||||
// LINT.ThenChange(
|
||||
// ../../../third_party/java_src/soy/java/com/google/template/soy/basicfunctions/HtmlToText.java,
|
||||
// ../../../third_party/java_src/soy/python/runtime/sanitize.py:htmlToText)
|
||||
|
||||
|
||||
/**
|
||||
* Escapes HTML, except preserves entities.
|
||||
|
||||
Reference in New Issue
Block a user