html_title.admin.inc |
html_title.admin.inc |
|
Module settings and configuration administration UI. |
html_title.info |
html_title.info |
|
name = HTML title
description = Enables limited HTML markup in node titles.
core = 7.x
configure = admin/config/content/html_title
; Views Handlers
files[] = views/handlers/html_title_handler_field_node_title.inc |
html_title.install |
html_title.install |
|
Uninstall tasks for the html_title module. |
html_title.module |
html_title.module |
|
This module enables limited HTML to be used in node titles. It strips title
markup from RSS feeds to eliminate unsightly markup in feed readers. |
html_title.views.inc |
views/html_title.views.inc |
|
Views handler definitions for html_title module. |
html_title_handler_field_node_title.inc |
views/handlers/html_title_handler_field_node_title.inc |
|
The html_title_handler_field_node_title field handler re-renders title fields to enable allowed markup that would
otherwise be transformed or stripped. |
README.txt |
README.txt |
|
Description
-----------
HTML Title allows a limited set of HTML markup to be used in node titles.
Title markup is stripped from RSS feeds to eliminate unsightly markup in feed
readers.
Benefits
--------
Drupal node titles are restrictive and do not… |