We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622fb0e commit fdf67efCopy full SHA for fdf67ef
libreforms_fastapi/app/templates/printer_friendly.html.jinja
@@ -86,7 +86,7 @@
86
return response.json();
87
})
88
.then(data => {
89
- document.getElementById('form-title').textContent = {{ form_name.replace('_', ' ') }};
+ document.getElementById('form-title').textContent = "{{ form_name.replace('_', ' ') }}";
90
91
const formDataTable = document.getElementById('form-data-table').getElementsByTagName('tbody')[0];
92
const metadataTable = document.getElementById('metadata-table').getElementsByTagName('tbody')[0];
0 commit comments