diff --git a/pylons_app/templates/files/files.html b/pylons_app/templates/files/files.html --- a/pylons_app/templates/files/files.html +++ b/pylons_app/templates/files/files.html @@ -28,7 +28,10 @@ <%include file='files_source.html'/> %endif %else: -

${_('Go back')} ${_('No files at given path')}: "${c.f_path or "/"}"

+

+ ${_('Go back')} + ${_('No files at given path')}: "${c.f_path or "/"}" +

%endif