Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
html_title
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
html_title
Merge requests
!1
Issue
#2897044
: HTML Title support for menu's
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#2897044
: HTML Title support for menu's
issue/html_title-2897044:2897044-html-title-support
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Sharique Farooqui
requested to merge
issue/html_title-2897044:2897044-html-title-support
into
8.x-1.x
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 1
8bc0c683
4 years ago
8.x-1.x (HEAD)
and
latest version
latest version
abf10d9d
1 commit,
4 years ago
version 1
8bc0c683
1 commit,
4 years ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
html_title.module
+
8
−
0
Options
@@ -205,3 +205,11 @@ function _html_title_form_node_form_submit_replace_node_confirmation_message(arr
$messenger
->
addStatus
(
$status_message
);
}
}
/**
* Implements hook_link_alter().
*/
function
html_title_link_alter
(
&
$variables
)
{
$variables
[
'text'
]
=
\Drupal
::
service
(
'html_title.filter'
)
->
decodeToMarkup
(
$variables
[
'text'
]);
}
Loading