diff options
Diffstat (limited to 'files/pt-br/web')
-rw-r--r-- | files/pt-br/web/css/white-space/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/css/white-space/index.html b/files/pt-br/web/css/white-space/index.html index 3b8b3c6c7d..b7b3df28ab 100644 --- a/files/pt-br/web/css/white-space/index.html +++ b/files/pt-br/web/css/white-space/index.html @@ -131,7 +131,7 @@ white-space: inherit <div id="compat-mobile"> </div> <p>[1] Internet Explorer 5.5+ suporta {{Cssxref("word-wrap")}}<code>: break-word;</code><br> - O código à seguir permite quebras de linhas dentro de elementos <span style="font-family: consolas,monaco,andale mono,monospace;">pre:</span></p> + O código a seguir permite quebras de linhas dentro de elementos <span style="font-family: consolas,monaco,andale mono,monospace;">pre:</span></p> <pre class="brush: css">pre { word-wrap: break-word; /* IE 5.5-7 */ |