diff --git a/h-m-m b/h-m-m index 6214af1..6b0adae 100755 --- a/h-m-m +++ b/h-m-m @@ -1439,6 +1439,7 @@ function export_html(&$mm) fclose($file); message($mm, 'Exported as '.$mm['filename'].'.html'); + copy_to_clipboard($mm['filename'].'.html'); }