Skip to content

Commit ce0b1b0

Browse files
committed
fixed class name
1 parent 9c05ed3 commit ce0b1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html/views/propertyDetails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<?php endif; ?>
3636

3737
<?= $property->name ?>
38-
<span class="detailHeaderTag small">
38+
<span class="detail-header-tag small">
3939
<?= $property->visibility ?>
4040
<?php if ($property->getIsReadOnly()) echo ' <em>read-only</em> '; ?>
4141
<?php if ($property->getIsWriteOnly()) echo ' <em>write-only</em> '; ?>

0 commit comments

Comments
 (0)