revert to http

This commit is contained in:
nothingismagick 2019-09-23 12:05:13 +02:00 committed by GitHub
parent 7ca13fd163
commit 4f218435e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ function svgCreateDefs(svg) {
.attr('x', config.nodeLabel.x)
.attr('y', config.nodeLabel.y)
.attr('class', 'node-label')
.attr('requiredFeatures', 'https://www.w3.org/TR/SVG11/feature#Extensibility')
.attr('requiredFeatures', 'http://www.w3.org/TR/SVG11/feature#Extensibility')
.append('p')
.html('');
}