Skip to content

Commit 563ab71

Browse files
committed
Replace confusing quotes with monospace
1 parent 178b01d commit 563ab71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/admin/index/map-columns-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tr>
2020
<td><strong><?php echo html_escape($colNames[$i]); ?></strong></td>
2121
<?php $exampleString = $colExamples[$colNames[$i]]; ?>
22-
<td>&quot;<?php echo html_escape(substr($exampleString, 0, 47)); ?>&quot;<?php if (strlen($exampleString) > 47) { echo '...';} ?></td>
22+
<td><tt><?php echo html_escape(substr($exampleString, 0, 47)); ?><?php if (strlen($exampleString) > 47) { echo '&hellip;';} ?></tt></td>
2323
<?php echo $this->form->getSubForm("row$i"); ?>
2424
</tr>
2525
<?php endfor; ?>

0 commit comments

Comments
 (0)