Skip to content

Commit

Permalink
use class="helplink" instead of inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gbateson committed May 17, 2005
1 parent 5439ac0 commit 88e899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/hotpot/show.php
Expand Up @@ -49,7 +49,7 @@ function copy_contents(id) {
alert('<? print_string('copiedtoclipboard', 'hotpot') ?>'); alert('<? print_string('copiedtoclipboard', 'hotpot') ?>');
} }
} }
document.write('<span style="font-size:0.6em;"> &nbsp; <A href="javascript:copy_contents()"><? print_string('copytoclipboard', 'hotpot') ?></A></span>'); document.write('<span class="helplink"> &nbsp; <A href="javascript:copy_contents()"><? print_string('copytoclipboard', 'hotpot') ?></A></span>');
--> -->
</SCRIPT> </SCRIPT>
<?php <?php
Expand Down

0 comments on commit 88e899d

Please sign in to comment.