jedcunningham commented on a change in pull request #19453:
URL: https://github.com/apache/airflow/pull/19453#discussion_r745092601
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -57,7 +57,8 @@
Airflow found incompatible data in the <code>{{ original_table_name
}}</code> table in the
metadatabase, and has moved them to <code>{{ moved_table_name }}</code>
during the database migration
to upgrade. Please inspect the moved data to decide whether you need to
keep them, and manually drop
- the <code>{{ moved_table_name }}</code> table to dismiss this warning.
+ the <code>{{ moved_table_name }}</code> table to dismiss this
warning.<p/>
Review comment:
```suggestion
the <code>{{ moved_table_name }}</code> table to dismiss this
warning.</p>
```
`p` shouldn't be a self closing tag. We should either wrap both sections in
`p`, or use ` br` here. I don't have a strong preference which.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]