diff --git a/frappe/__init__.py b/frappe/__init__.py
index 69146bc803..6b13eabd45 100644
--- a/frappe/__init__.py
+++ b/frappe/__init__.py
@@ -15,7 +15,7 @@ from past.builtins import cmp
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template
-__version__ = '10.1.4'
+__version__ = '10.1.5'
__title__ = "Frappe Framework"
local = Local()
diff --git a/frappe/public/js/frappe/list/list_item_subject.html b/frappe/public/js/frappe/list/list_item_subject.html
index 380b71456e..6b5f4fd11c 100644
--- a/frappe/public/js/frappe/list/list_item_subject.html
+++ b/frappe/public/js/frappe/list/list_item_subject.html
@@ -13,12 +13,14 @@
{{ (_liked_by.length > 99 ? "99+" : _liked_by.length) || "" }}
{% } %}
+
+{% var anchor_title = (_full_title).replace(/["]/g, "&\quot;"); %}
{{ strip_html(_title) }}
+ title="{{ anchor_title }}">{{ strip_html(_title) }}
{% if (_workflow && !_without_workflow) { %}
{%= _workflow.value %}
-{% } %}
+{% } %}
\ No newline at end of file