Skip to content

Commit 4f6ea5a

Browse files
[owncloud#39] Fix drone build
1 parent a2895c0 commit 4f6ea5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MetadataSidebar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</oc-button>
2626
</div>
2727
<div v-if="isMetadataExtracted" id="dicom-metadata-sidebar-content" class="oc-p-s">
28-
<table class="details-table">
29-
<caption>··········DICOM metadata details table········</caption>
28+
<p id="mydesc">DICOM metadata details table</p>
29+
<table class="details-table" aria-describedby="mydesc">
3030
<metadata-sidebar-table-row
3131
v-bind="$props.patientInformation"
3232
:metadata-section-name="'Patient Information'"

0 commit comments

Comments
 (0)