Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
||||
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:8px;}
|
||||
body {background:#FFF;}
|
||||
body.mceForceColors {background:#FFF; color:#000;}
|
||||
h1 {font-size: 2em}
|
||||
|
||||
@@ -116,8 +116,8 @@ namespace umbraco.cms.businesslogic.packager
|
||||
instance.Attributes.Append(xmlHelper.addAttribute(Source, "skinRepoGuid", ""));
|
||||
|
||||
XmlElement license = Source.CreateElement("license");
|
||||
license.InnerText = "MIT license";
|
||||
license.Attributes.Append(xmlHelper.addAttribute(Source, "url", "http://www.opensource.org/licenses/mit-license.php"));
|
||||
license.InnerText = "MIT License";
|
||||
license.Attributes.Append(xmlHelper.addAttribute(Source, "url", "http://opensource.org/licenses/MIT"));
|
||||
instance.AppendChild(license);
|
||||
|
||||
XmlElement author = Source.CreateElement("author");
|
||||
|
||||
Reference in New Issue
Block a user