fixed internal attributes view

This commit is contained in:
Roland Gruber 2010-02-13 09:47:41 +00:00
parent 892203e67c
commit af0bb44d82
1 changed files with 4 additions and 1 deletions

View File

@ -167,7 +167,10 @@ if( $show_internal_attrs ) {
?>
<tr>
<td class="val">
<td class="attr">
<b><?php echo htmlspecialchars($attr); ?></b>
</td>
<td>
<?php
if( is_attr_binary( $attr ) ) {
$href = "download_binary_attr.php?dn=$encoded_dn&amp;attr=$attr";