ashb 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_r267788763
 
 

 ##########
 File path: airflow/www/templates/admin/master.html
 ##########
 @@ -45,6 +45,13 @@
         }
       }
     });
+
+var el = document.createElement("span");
+
+export function escapeHtml(text) {
 
 Review comment:
   Whops yes, thanks.

----------------------------------------------------------------
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

Reply via email to