mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #833 from mradamwood/patch-1
Typo in oc-icon-paperclip class
This commit is contained in:
commit
1ac30a5545
@ -66,7 +66,7 @@
|
||||
<?php endif ?>
|
||||
<a
|
||||
href="{{path}}"
|
||||
class="uploader-file-link oc-icon-paper-clip"
|
||||
class="uploader-file-link oc-icon-paperclip"
|
||||
target="_blank"></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -77,4 +77,4 @@
|
||||
|
||||
<!-- Existing images -->
|
||||
<script> $('#<?= $this->getId() ?>').data('populatedData', <?= $fileList ?>); </script>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user