Skip to content

Commit a60d3c6

Browse files
davras5claude
andcommitted
Datensammlungen table: Herausgeber → Verantwortlich column header
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8f498d4 commit a60d3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prototype1/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ function renderProductsList(listTab) {
12571257
}
12581258

12591259
const colgroup = '<colgroup><col style="width:18%"><col style="width:27%"><col style="width:13%"><col style="width:12%"><col style="width:10%"><col style="width:20%"></colgroup>';
1260-
const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Formate</th><th scope="col">Häufigkeit</th><th scope="col">Status</th><th scope="col">Herausgeber</th></tr></thead>';
1260+
const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Formate</th><th scope="col">Häufigkeit</th><th scope="col">Status</th><th scope="col">Verantwortlich</th></tr></thead>';
12611261

12621262
function productRow(dp) {
12631263
const desc = getDefinitionText(dp.description, lang);

0 commit comments

Comments
 (0)