From 84537b81bd210ba5eadf618a7858be7db1ae4350 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 20 Apr 2017 12:44:38 -0700 Subject: 3839 Fix CI. In the process I also fixed a bug in the tangle/ utility. --- html/054static_dispatch.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/054static_dispatch.cc.html') diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index bb4d67ea..8a6e779a 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -641,7 +641,7 @@ if ('onhashchange' in window) { 576 577 string original_header_label(const recipe& caller) { 578 ostringstream out; -579 out << "recipe " << caller.original_name; +579 out << "recipe " << caller.name; 580 for (int i = 0; i < SIZE(caller.ingredients); ++i) 581 ¦ out << ' ' << caller.ingredients.at(i).original_string; 582 if (!caller.products.empty()) out << " ->"; -- cgit 1.4.1-2-gfad0