diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | ba91b017421b001cd226135612a7bd5dfcd88904 (patch) | |
tree | 8a14c709a7b50ae02ce16f39f6a47d76a75d8601 /files/zh-tw/web/javascript/eventloop/index.html | |
parent | 711e090fcd2bc3e79231a75f88fc75563f135ca2 (diff) | |
download | translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.tar.gz translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.tar.bz2 translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.zip |
remove inline style for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/eventloop/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/eventloop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/eventloop/index.html b/files/zh-tw/web/javascript/eventloop/index.html index 456fb2309d..0d579c79b0 100644 --- a/files/zh-tw/web/javascript/eventloop/index.html +++ b/files/zh-tw/web/javascript/eventloop/index.html @@ -17,7 +17,7 @@ translation_of: Web/JavaScript/EventLoop <h3 id="視覺化呈現(Visual_representation)">視覺化呈現(Visual representation)</h3> -<p style="text-align: center;"><img alt="Stack, heap, queue" src="the_javascript_runtime_environment_example.svg" ></p> +<p><img alt="Stack, heap, queue" src="the_javascript_runtime_environment_example.svg" /></p> <h3 id="堆疊(Stack)">堆疊(Stack)</h3> |