Hi All,

How to remove 'em' tag from the Addtocalender HTML?
Please find the attachment for the reference.

Thanks,
Divya

Comments

divya.pm created an issue. See original summary.

divya.pm’s picture

Issue summary: View changes
divya.pm’s picture

Issue summary: View changes
divya.pm’s picture

Assigned: divya.pm » Unassigned
pradeepjha’s picture

Assigned: Unassigned » pradeepjha
pradeepjha’s picture

Version: 8.x-4.x-dev » 8.x-3.x-dev
Status: Active » Needs review
StatusFileSize
new544 bytes

@divya.pm this issue should be first tagged with 8.x-3.x-dev version. Because 8.x-4.x versions are not usable yet.

You can remove `em` tag by selecting plain text placeholder.

It depends on what you use as a placeholder:

!variable: Inserted as is. Use this for text that has already been sanitized.
@variable: Escaped to HTML using check_plain(). Use this for anything displayed on a page on the site.
%variable: Escaped as a placeholder for user-submitted content using drupal_placeholder(), which shows up as emphasized text.

Read more about t() function here http://api.drupal.org/api/drupal/includes!bootstrap.inc/function/t/7.

Please find embedded screenshot after removing `em` tag:
Only local images are allowed.

pradeepjha’s picture

Assigned: pradeepjha » Unassigned
kurinjiselvan v’s picture

Status: Needs review » Reviewed & tested by the community
gg24’s picture

Status: Reviewed & tested by the community » Fixed

Looks good. Pushing it to the repository.

Thanks for the efforts @pradeepjha, @divya.pm, @kurinjiselvan v.

  • pradeepjha authored 56a7bdd on 8.x-3.x
    Issue #3132443 by pradeepjha, divya.pm, kurinjiselvan v, gg24:...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.