Use > quoting characters when excerpting from the user's data file.
This commit is contained in:
parent
42bed9c001
commit
b18214372e
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ string item_context(const item_t& item)
|
|||
first = false;
|
||||
else
|
||||
out << '\n';
|
||||
out << " " << p;
|
||||
out << "> " << p;
|
||||
}
|
||||
return out.str();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue