Skip to content

Commit 2d2858d

Browse files
authored
Merge pull request #406 from DAnn2012/patch-1
Added echo in pos.php
2 parents 30c0481 + 2c5f647 commit 2d2858d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!DOCTYPE html>
1212
<html>
1313
<head>
14-
<title><?php esc_attr_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php esc_html( bloginfo( 'name' ) ); ?></title>
14+
<title><?php esc_html_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php echo esc_html( bloginfo( 'name' ) ); ?></title>
1515
<meta charset="utf-8"/>
1616

1717
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />

0 commit comments

Comments
 (0)