Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit a1ce863

Browse files
author
John Firebaugh
committed
Fix encoding of Jörn's name, remove $Id$.
1 parent 050278a commit a1ce863

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 2.0,
44
"author": [
55
"John Resig <[email protected]>",
6-
"Jörn Zaefferer <[email protected]>",
6+
"Jörn Zaefferer <[email protected]>",
77
"Paul McLanahan <[email protected]>"
88
],
99
"abstract": "Quietly extract JSON metadata contained within DOM elements.",

jquery.metadata.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*
22
* Metadata - jQuery plugin for parsing metadata from elements
33
*
4-
* Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
4+
* Copyright (c) 2006 John Resig, Yehuda Katz, Jörn Zaefferer, Paul McLanahan
55
*
66
* Dual licensed under the MIT and GPL licenses:
77
* http://www.opensource.org/licenses/mit-license.php
88
* http://www.gnu.org/licenses/gpl.html
99
*
10-
* Revision: $Id$
11-
*
1210
*/
1311

1412
/**

0 commit comments

Comments
 (0)