www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit af99436721d125c0d8fce6e0d74c7d0f5129d102
parent 12aae6f163327d78065cdfe27f3982cdfca287c3
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 14 Jan 2008 08:07:08 +0000

Test -- this shouldn't commit


Diffstat:
Mcsl/test.csl | 36++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/csl/test.csl b/csl/test.csl @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en"> - <info> - <title>Test</title> - <id>http://www.zotero.org/styles/test</id> - <link href="http://www.zotero.org/styles/test"/> - <author> - <name>Dan Stillman</name> - </author> - <updated>2007-11-28T23:44:54+00:00</updated> - <summary>A test style</summary> - </info> - <citation> - <layout> - <text value="Hello World!"/> - </layout> - </citation> -</style> +<?xml version="1.0" encoding="UTF-8"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en"> + <info> + <title>Test</title> + <id>http://www.zotero.org/styles/test</id> + <link href="http://www.zotero.org/styles/test"/> + <author> + <name>Dan Stillman</name> + </author> + <updated>2007-11-28T23:44:54+00:00</updated> + <summary>A test style</summary> + </info> + <citation> + <layout> + <text value="Hello World!"/> + </layout> + </citation> +</style>