aboutsummaryrefslogtreecommitdiff
path: root/gmi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gmi.pl')
-rwxr-xr-xgmi.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmi.pl b/gmi.pl
index bcf901a..f2402e5 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -829,6 +829,7 @@ sub back {
my @array = @doc;
@doc = @cache;
@cache = @array;
+ update_history( ["$current_url", "back"] );
display();
}
else {