summaryrefslogtreecommitdiff
path: root/modules/HTMLWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
commita804f09039b398a29a88b5d93e54a55670b2eef9 (patch)
tree92f39f5fe7192abaa5eb89294c5aa6ffad079637 /modules/HTMLWorkspaceCreator.pm
parent7db364e81b1c144a57c4a501bbbfce68fa21f32b (diff)
downloadMPC-a804f09039b398a29a88b5d93e54a55670b2eef9.tar.gz
ChangeLogTag: Mon Oct 16 13:33:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/HTMLWorkspaceCreator.pm')
-rw-r--r--modules/HTMLWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/HTMLWorkspaceCreator.pm b/modules/HTMLWorkspaceCreator.pm
index e213a747..6c738396 100644
--- a/modules/HTMLWorkspaceCreator.pm
+++ b/modules/HTMLWorkspaceCreator.pm
@@ -38,7 +38,7 @@ sub pre_workspace {
'<html>', $crlf,
'<!-- $Id$ -->', $crlf,
'<!-- MPC Command: -->', $crlf,
- "<!-- $0@ARGV -->", $crlf,
+ '<!-- ', $self->create_command_line_string($0, @ARGV),' -->', $crlf,
'<head>', $crlf,
'<title>', $self->get_workspace_name(), '</title>', $crlf,
' <style type="text/css">', $crlf,