We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c05ed3 commit ce0b1b0Copy full SHA for ce0b1b0
templates/html/views/propertyDetails.php
@@ -35,7 +35,7 @@
35
<?php endif; ?>
36
37
<?= $property->name ?>
38
- <span class="detailHeaderTag small">
+ <span class="detail-header-tag small">
39
<?= $property->visibility ?>
40
<?php if ($property->getIsReadOnly()) echo ' <em>read-only</em> '; ?>
41
<?php if ($property->getIsWriteOnly()) echo ' <em>write-only</em> '; ?>
0 commit comments