fixed internal attributes view
This commit is contained in:
parent
892203e67c
commit
af0bb44d82
|
@ -167,7 +167,10 @@ if( $show_internal_attrs ) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="val">
|
<td class="attr">
|
||||||
|
<b><?php echo htmlspecialchars($attr); ?></b>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<?php
|
<?php
|
||||||
if( is_attr_binary( $attr ) ) {
|
if( is_attr_binary( $attr ) ) {
|
||||||
$href = "download_binary_attr.php?dn=$encoded_dn&attr=$attr";
|
$href = "download_binary_attr.php?dn=$encoded_dn&attr=$attr";
|
||||||
|
|
Loading…
Reference in New Issue