Browse Source

Add a missing period and double quote.

Mark Crane 12 years ago
parent
commit
f5c2d1b347
1 changed files with 2 additions and 2 deletions
  1. 2 2
      call_block/call_block_edit.php

+ 2 - 2
call_block/call_block_edit.php

@@ -267,7 +267,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
 		echo "<td align='left' width='30%' nowrap='nowrap'><b>".$text['label-edit-add']."</b></td>\n";
 	}
 	if ($action == "update") {
-		echo "<td align='left' width='30%' nowrap='nowrap'><b>".$text['label-edit-edit']</b></td>\n";
+		echo "<td align='left' width='30%' nowrap='nowrap'><b>".$text['label-edit-edit']."</b></td>\n";
 	}
 	echo "<td width='70%' align='right'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='call_block.php'\" value=$text['button-back']></td>\n";
 	echo "</tr>\n";
@@ -369,7 +369,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
 	if ($action == "update") {
 		echo "				<input type='hidden' name='blocked_caller_uuid' value='$blocked_caller_uuid'>\n";
 	}
-	echo "				<input type='submit' name='submit' class='btn' value=$text['button-save']>\n";
+	echo "				<input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
 	echo "		</td>\n";
 	echo "	</tr>";
 	echo "</table>";