Changeset 1012
- Timestamp:
- Jan 4, 2010, 9:01:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r1007 r1012 188 188 ss << "../../../"; 189 189 if (user=="all") 190 ss << stats.plot(imagedir+" /index", line_type);190 ss << stats.plot(imagedir+"index", line_type); 191 191 else 192 ss << imagedir << " /index";192 ss << imagedir << "index"; 193 193 os << "<p class=\"plot\">\n"; 194 194 os << image(Configuration::instance().image_format(), ss.str());
Note: See TracChangeset
for help on using the changeset viewer.