- Update Opera and jQuery links
- Use `https://` (fix #172), including in prompt for URL and relevant code comments (where available and naturally not on namespaces) - Comment out broken link in svg-editor.html - Trailing space
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<title>SVG-edit, Pavol Rusnák, SVG Open 2010, Paris</title>
|
||||
<link href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -266,8 +266,8 @@ svgEditor.addExtension("Hello World", function () {
|
||||
<ul class="bulleted">
|
||||
<li><a href="http://svg-edit.googlecode.com">http://svg-edit.googlecode.com/</a> (demos, downloads, source, wiki, issue tracker)</li>
|
||||
<li>#svg-edit on irc.freenode.net</li>
|
||||
<li><a href="http://groups.google.com/group/svg-edit">http://groups.google.com/group/svg-edit</a></li>
|
||||
<li><a href="http://en.wikipedia.org/wiki/SVG-edit">http://en.wikipedia.org/wiki/SVG-edit</a></li>
|
||||
<li><a href="https://groups.google.com/group/svg-edit">https://groups.google.com/group/svg-edit</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/SVG-edit">https://en.wikipedia.org/wiki/SVG-edit</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@ svgEditor.addExtension("Hello World", function () {
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script
|
||||
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js">
|
||||
src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js">
|
||||
</script>
|
||||
<script>CFInstall.check({mode: 'overlay'});</script>
|
||||
<![endif]-->
|
||||
|
||||
Reference in New Issue
Block a user