summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cc b/src/item.cc
index 6396547a..6e820b8d 100644
--- a/src/item.cc
+++ b/src/item.cc
@@ -323,7 +323,7 @@ string item_context(const item_t& item)
first = false;
else
out << '\n';
- out << " " << p;
+ out << "> " << p;
}
return out.str();
}