diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/navigator/battery/index.html | |
parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/navigator/battery/index.html')
-rw-r--r-- | files/ko/web/api/navigator/battery/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/api/navigator/battery/index.html b/files/ko/web/api/navigator/battery/index.html index 1acf5f111b..f199519ea9 100644 --- a/files/ko/web/api/navigator/battery/index.html +++ b/files/ko/web/api/navigator/battery/index.html @@ -19,6 +19,6 @@ translation_of: Web/API/Navigator/battery <li>{{domxref("BatteryManager")}}</li> <li><a href="/en-US/docs/WebAPI/Battery_Status" title="/en-US/docs/WebAPI/Battery_Status">Battery Status API</a> 문서</li> <li><a class="external" href="http://hacks.mozilla.org/2012/02/using-the-battery-api-part-of-webapi/">블로그 - Using the Battery API</a></li> - <li><a class="external" href="http://davidwalsh.name/battery-api" title="http://davidwalsh.name/battery-api">David Walsh 가 쓴 the JavaScript Battery Api</a></li> - <li><a href="https://github.com/pstadler/battery.js" title="https://github.com/pstadler/battery.js">battery.js - 경량의 크로스 브라우저 랩퍼(wrapper)</a></li> + <li><a class="external" href="http://davidwalsh.name/battery-api">David Walsh 가 쓴 the JavaScript Battery Api</a></li> + <li><a href="https://github.com/pstadler/battery.js">battery.js - 경량의 크로스 브라우저 랩퍼(wrapper)</a></li> </ul> |