From 253efb44d320cb26d646ad1249c0f3925a5e2ed4 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 23 Nov 2015 11:11:45 +0100 Subject: fix --- interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.php b/interface.php index da87ad0..92c6012 100644 --- a/interface.php +++ b/interface.php @@ -80,7 +80,7 @@ foreach($db->raw_source_segments as $s) { $class = ""; } $translation = ""; - if ($i <= $db->progress) { + if ($i < $db->progress) { $translation = $db->post_edits_raw[$i]; } echo "".($i+1).".".$s."".$translation.""; -- cgit v1.2.3