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 2020/11/20 14:47:44 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12477: Minor HTML fixes

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



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -21,11 +21,11 @@
 {% from 'appbuilder/loading_dots.html' import loading_dots %}
 
 {% block page_title %}
-  {% if search_query %}
+  {%- if search_query -%}

Review comment:
       If you are going to do this, do it everywhere, not just in this one page. If you do it to everywhere it should be a separate PR to this one.
   
   Honestly though: this change isn't needed - HTML is not white space sensitive, so this has little benefit.




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