diff --git a/htdocs/admin/dolistore/class/dolistore.class.php b/htdocs/admin/dolistore/class/dolistore.class.php
index 482bd124a40..5e0aa546cc0 100644
--- a/htdocs/admin/dolistore/class/dolistore.class.php
+++ b/htdocs/admin/dolistore/class/dolistore.class.php
@@ -306,11 +306,11 @@ class DolistoreModel
function get_previous_link($text = '<<')
{
- return "$text";
+ return ''.$text.'';
}
function get_next_link($text = '>>')
{
- return "$text";
+ return ''.$text.'';
}
}