You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/15 14:33:04 UTC

[GitHub] [airflow] ashb commented on a change in pull request #14215: Js linting and inline migration for simple scripts

ashb commented on a change in pull request #14215:
URL: https://github.com/apache/airflow/pull/14215#discussion_r576232178



##########
File path: airflow/www/templates/airflow/dag_code.html
##########
@@ -21,6 +21,14 @@
 
 {% block page_title %}{{ dag.dag_id }} - Code - Airflow{% endblock %}
 
+{% block head %}
+  {{ super() }}
+  <head>

Review comment:
       This will create duplicate `<head>` tags won't it?




----------------------------------------------------------------
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:
users@infra.apache.org