View | Details | Raw Unified | Return to bug 793809
Collapse All | Expand All

(-)a/src/Summary.cc (-1 / +1 lines)
Lines 1266-1272 void Summary::writeXmlResolvableList(ostream & out, const KindToResPairSet & res Link Here
1266
      if (rold)
1266
      if (rold)
1267
      {
1267
      {
1268
        out << " edition-old=\"" << rold->edition() << "\"";
1268
        out << " edition-old=\"" << rold->edition() << "\"";
1269
        out << " arch-old=\"" << rold->edition() << "\"";
1269
        out << " arch-old=\"" << rold->arch() << "\"";
1270
      }
1270
      }
1271
      if (!res->summary().empty())
1271
      if (!res->summary().empty())
1272
        out << " summary=\"" << xml_encode(res->summary()) << "\"";
1272
        out << " summary=\"" << xml_encode(res->summary()) << "\"";

Return to bug 793809