From 7255bf47550213e59c086e7728899638c8daac60 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 5 Sep 2010 23:14:33 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 6a142b3..137247b 100644 --- a/docs.js +++ b/docs.js @@ -163,7 +163,7 @@ langs.forEach(function(lang) { continue; } - refs = langs.reference_template.process(NameSpace.references[i]); + refs = langs[lang].reference_template.process(NameSpace.references[i]); // HTML to put refs into html = File.read(html_file_path); -- 2.39.2