diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-16 13:51:30 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-16 13:51:30 +0000 |
| commit | 4473cf8c613670dfaa9a4cabb49b30654d32246c (patch) | |
| tree | 31b8923c47752fe48a17ef37fd284ae77e92dd09 /htroot/processing | |
| parent | 6083f2f1716d1c3f7521bf64d94b88b19fa0c2a0 (diff) | |
replaced utf-8 with UTF-8
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7485 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/processing')
| -rwxr-xr-x | htroot/processing/domaingraph/applet/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/processing/domaingraph/applet/index.html b/htroot/processing/domaingraph/applet/index.html index 6aac5de48..657b08f07 100755 --- a/htroot/processing/domaingraph/applet/index.html +++ b/htroot/processing/domaingraph/applet/index.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- charset must remain utf-8 to be handled properly by Processing --> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>domaingraph : Built with Processing</title> |
