diff --git a/site/admin/translation/showTable.php b/site/admin/translation/showTable.php index eaab6602..46a635f4 100644 --- a/site/admin/translation/showTable.php +++ b/site/admin/translation/showTable.php @@ -29,7 +29,7 @@ function showTable($tdata, $showKeep = false){ //Encoding tooltip contents: $desc = preg_replace("/'/",'"',$desc); $desc = htmlspecialchars($desc); - echo "$short"; + echo "$short"; //Title in case of search: $title = ''; if(array_key_exists('Match', $value)){ @@ -43,7 +43,7 @@ function showTable($tdata, $showKeep = false){ $stud = $value['Study']; $orig = "$stud:$orig"; }else{$orig = "$orig";} - echo ''.$orig + echo ''.$orig . '' . ''; //Translation: @@ -52,8 +52,8 @@ function showTable($tdata, $showKeep = false){ $tId = $trans['TranslationId']; $pay = $trans['Payload']; $trans = $trans['Translation']; - echo "" - . "" + echo "" + . "" . 'Save' . $showKeep . ''; //Handling the exit condition: