diff --git a/news/369.bugix b/news/369.bugix new file mode 100644 index 00000000..e1db13f8 --- /dev/null +++ b/news/369.bugix @@ -0,0 +1,2 @@ +Fixes the "by" translation for document byline viewlet +[szakitibi] diff --git a/plone/app/layout/viewlets/document_byline.pt b/plone/app/layout/viewlets/document_byline.pt index 6539d981..f501b7a7 100644 --- a/plone/app/layout/viewlets/document_byline.pt +++ b/plone/app/layout/viewlets/document_byline.pt @@ -9,21 +9,23 @@ tal:condition="python:creator_ids and view.show_about()" > - by - - - ${fullname} - ${fullname} - - + + by + + + ${fullname} + ${fullname} + + +