[interchange-cvs] [SCM] Interchange branch, master, updated. ccfcbf9dc5b114b3f9e66aa39a2141c41eea348f

Jon Jensen interchange-cvs at icdevgroup.org
Thu May 28 21:37:15 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  ccfcbf9dc5b114b3f9e66aa39a2141c41eea348f (commit)
      from  6f7164b678b57a507dea68c2f7733ebbfa428f12 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ccfcbf9dc5b114b3f9e66aa39a2141c41eea348f
Author: Jon Jensen <jon at endpoint.com>
Date:   Thu May 28 14:36:11 2009 -0700

    Fix omission of media type in <link> output
    
    Patch by Thomas J.M. Burton <tom at globalfocusdm.com>. Thanks!

-----------------------------------------------------------------------

Summary of changes and diff:
 code/UserTag/css.tag |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/code/UserTag/css.tag b/code/UserTag/css.tag
index 31e6c5e..1327baa 100644
--- a/code/UserTag/css.tag
+++ b/code/UserTag/css.tag
@@ -1,11 +1,9 @@
-# Copyright 2003-2007 Interchange Development Group and others
+# Copyright 2003-2009 Interchange Development Group and others
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
-# 
-# $Id: css.tag,v 1.9 2009-05-01 13:50:00 pajamian Exp $
 
 UserTag css Order   name
 UserTag css addAttr
@@ -122,7 +120,7 @@ sub {
 			or logError("Error writing CSS file %s, returning in page", $fn);
 	}
 
-	return qq{<link rel="stylesheet" href="$url">}  if $success;
+	return qq{<link rel="stylesheet" href="$url"$extra>} if $success;
 	return qq{<style type="text/css">\n$css</style>};
 }
 EOR


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list