mik-laj commented on a change in pull request #4948: [AIRFLOW-4129] Escape HTML
in generated tooltips (#4944)
URL: https://github.com/apache/airflow/pull/4948#discussion_r267758509
##########
File path: airflow/www/templates/admin/master.html
##########
@@ -45,6 +45,13 @@
}
}
});
+
+var el = document.createElement("span");
+
+export function escapeHtml(text) {
Review comment:
```suggestion
function escapeHtml(text) {
```
export is supported only in external modules.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services