ch-a-os / DocSort

Digitize and access everything, everywhere.
GNU General Public License v3.0
0 stars 1 forks source link

Duplicated ID #115

Closed ghost closed 5 years ago

ghost commented 5 years ago

In page-home.component.html the id "document" is used multiple times and so violating html-spec:

<div *ngFor="let doc of allDocuments" id="document">

Should be replaced by a class instead.