aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/eventloop/index.html
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:06 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitba91b017421b001cd226135612a7bd5dfcd88904 (patch)
tree8a14c709a7b50ae02ce16f39f6a47d76a75d8601 /files/zh-tw/web/javascript/eventloop/index.html
parent711e090fcd2bc3e79231a75f88fc75563f135ca2 (diff)
downloadtranslated-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.html2
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>