From 28b935d9dca4bb27b8f53b4f211c004e233f52e4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 10:43:09 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841) --- files/pt-br/web/html/element/del/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/html/element/del') diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html index 302c098db3..78131fe50c 100644 --- a/files/pt-br/web/html/element/del/index.html +++ b/files/pt-br/web/html/element/del/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/del
{{htmlattrdef("datetime")}}
- This attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.
+ This attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.

Examples

<p><del>This text has been deleted</del></p>
-- cgit v1.2.3-54-g00ecf