diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 11:42:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 12:42:34 -0300 |
| commit | 038ca04f4d551f547894b71d337b822d66c8a2b5 (patch) | |
| tree | bea3dad86f98170e2a2fffa04324586a18e75600 /files/pt-br/web/api/console | |
| parent | 6e961125c89cdc8c3f644bff485254b3b4afee67 (diff) | |
| download | translated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.tar.gz translated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.tar.bz2 translated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.zip | |
remove link 'title' attributes that's just the 'href' (pt-br, part 4) (#1844)
Diffstat (limited to 'files/pt-br/web/api/console')
| -rw-r--r-- | files/pt-br/web/api/console/index.html | 2 | ||||
| -rw-r--r-- | files/pt-br/web/api/console/log/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/console/index.html b/files/pt-br/web/api/console/index.html index c8d6331685..ee79abeab4 100644 --- a/files/pt-br/web/api/console/index.html +++ b/files/pt-br/web/api/console/index.html @@ -217,7 +217,7 @@ function foo() { <ul> <li>At least in Firefox, if a page defines a console object, that object overrides the one built into Firefox.</li> <li>Prior to {{Gecko("12.0")}}, the console object's methods only work when the Web Console is open. Starting with {{Gecko("12.0")}}, output is cached until the Web Console is opened, then displayed at that time.</li> - <li>It's worth noting that the Firefox's built-in <code>console</code> object is compatible with the one provided by <a class="external" href="http://getfirebug.com/" title="http://getfirebug.com/">Firebug</a>.</li> + <li>It's worth noting that the Firefox's built-in <code>console</code> object is compatible with the one provided by <a class="external" href="http://getfirebug.com/">Firebug</a>.</li> </ul> <h2 id="See_also">See also</h2> diff --git a/files/pt-br/web/api/console/log/index.html b/files/pt-br/web/api/console/log/index.html index b41ed58e2d..394ef70495 100644 --- a/files/pt-br/web/api/console/log/index.html +++ b/files/pt-br/web/api/console/log/index.html @@ -114,6 +114,6 @@ console.log(<em>msg</em>[, <em>subst1</em>, ..., <em>substN]</em>); <ul> <li><a class="external" href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li> <li><a class="external" href="http://msdn.microsoft.com/library/gg589530">MSDN: Using the F12 Tools Console to View Errors and Status</a></li> - <li><a href="http://getfirebug.com/wiki/index.php/Console_API" title="http://getfirebug.com/wiki/index.php/Console_API">Firebug wiki: Console API</a> - Firebug supports additional features in its console.log() implementation, such as <a href="http://www.softwareishard.com/blog/firebug/firebug-tip-styled-logging/" title="http://www.softwareishard.com/blog/firebug/firebug-tip-styled-logging/">styled logging</a>.</li> + <li><a href="http://getfirebug.com/wiki/index.php/Console_API" title="http://getfirebug.com/wiki/index.php/Console_API">Firebug wiki: Console API</a> - Firebug supports additional features in its console.log() implementation, such as <a href="http://www.softwareishard.com/blog/firebug/firebug-tip-styled-logging/">styled logging</a>.</li> <li><a href="http://nodejs.org/docs/latest/api/console.html#console_console_log_data">NodeJS: Console API</a></li> </ul> |
