We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ce336 commit 47ff48bCopy full SHA for 47ff48b
1 file changed
src/cs_dynamicpages/views/dynamic_view.py
@@ -65,7 +65,8 @@ def available_views_for_row(self):
65
66
def normalize_title(self, title):
67
return (
68
- title.replace("cs_dynamicpages-", " ")
+ title
69
+ .replace("cs_dynamicpages-", " ")
70
.replace("-", " ")
71
.replace("_", " ")
72
.replace("view", "")
0 commit comments