Removed duplication across two mustache templates

Deduplicated the mustache templates static/templates/catalog_v2_entries.xml
and static/templates/catalog_v2_complete_entry.xml (the latter was
renamed to static/templates/catalog_v2_entry.xml).
This commit is contained in:
Veloman Yunkan
2021-09-07 22:22:49 +04:00
parent b3f7556096
commit c0bda426b4
6 changed files with 34 additions and 85 deletions

View File

@ -905,7 +905,6 @@ TEST_F(LibraryServerTest, catalog_search_results_pagination)
" <startIndex>100</startIndex>\n"
" <itemsPerPage>0</itemsPerPage>\n"
CATALOG_LINK_TAGS
" \n"
"</feed>\n"
);
}