
crossley at apache
Jan 30, 2011, 6:11 PM
Views: 173
Permalink
|
|
svn commit: r1065468 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl
|
|
Author: crossley Date: Mon Jan 31 02:11:58 2011 New Revision: 1065468 URL: http://svn.apache.org/viewvc?rev=1065468&view=rev Log: There was something strange with the xml declaration line for this file. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl?rev=1065468&r1=1065467&r2=1065468&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.skos/resources/stylesheets/glossaryBundle-to-index.all.xsl Mon Jan 31 02:11:58 2011 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with
|