summaryrefslogtreecommitdiff
path: root/xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb')
-rw-r--r--xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb b/xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb
index 6d0ddd19ed56..df1cd71994fe 100644
--- a/xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb
+++ b/xml/impl/src/com/intellij/xml/util/documentation/html5TagTableGen.rb
@@ -20,7 +20,7 @@ file.close
# read html5 spec
generatedTags = Set.new
-result = '<html-property-table baseHelpRef="http://dev.w3.org/html5/spec/">'
+result = "<html-property-table baseHelpRef=\"http://www.w3.org/html/wg/drafts/html/master/\">\n"
file = File.new("html5.html")
content = file.read
offset = 0