Skip to content

Commit

Permalink
Fix missing line break in Database 'extra' instructions (#9895)
Browse files Browse the repository at this point in the history
  • Loading branch information
tooptoop4 committed May 24, 2020
1 parent e789a35 commit bd95991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/database/mixins.py
Expand Up @@ -139,7 +139,7 @@ class DatabaseMixin:
'Specify it as **"schemas_allowed_for_csv_upload": '
'["public", "csv_upload"]**. '
"If database flavor does not support schema or any schema is allowed "
"to be accessed, just leave the list empty"
"to be accessed, just leave the list empty<br/>"
"4. the ``version`` field is a string specifying the this db's version. "
"This should be used with Presto DBs so that the syntax is correct",
True,
Expand Down

0 comments on commit bd95991

Please sign in to comment.