Skip to content

Fix markup issues #1987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions admin/translation-status/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -40,7 +37,7 @@ <h1>News Post Translation Status</h1>
var code = window.navigator.language || window.navigator.userLanguage || "en";
if (code.substr(0,2) !== "zh") { code = code.substr(0,2); }
var language = code.replace(/-/g,'_').toLowerCase();
document.write('<style type="text/css">.'+language+'{background-color:lightgray}</style>');
document.write('<style type="text/css">.'+language+'{background-color:lightgray}<\/style>');
</script>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lang: ja
日本Rubyの会が後援する、[地域Ruby会議(RegionalRubyKaigi)][1]の1つである[松江Ruby会議07](http://matsue.rubyist.net/matrk07/)の参加登録が開始されました。

* 開催日: 2015年9月26日(土) 11:00 〜 17:10 (懇親会) 18:00 〜 20:00
* 会場: [松江テルサ4F](https://www.google.com/maps/search/松江テルサ/@35.463976,133.062015,14z?hl=ja)
* 会場: [松江テルサ4F](https://www.google.com/maps/search/%E6%9D%BE%E6%B1%9F%E3%83%86%E3%83%AB%E3%82%B5/@35.463976,133.062015,14z?hl=ja)
* 主  催: Matsue.rb(まつえるびー)
* 参加費: 無料
* 中継: [動画による中継(YouTube)](https://www.youtube.com/watch?v=JhNlQra5VKg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Giống như Perl, trong Ruby,...
* Cách hoạt động của các String cũng tương tự nhau.
* Có một ký tự phân cách giữa chuỗi và regex khi trích dẫn cú pháp
như của Perls (như `%q{(dẫu nháy đơn) này}`, hoặc `%Q{(nháy kép) này}`,
và %w{trích dẫn danh sách các từ}`.
`%w{trích dẫn danh sách các từ}`.
Bạn `%Q|có thể|` `%Q(dùng)` ký tự `%Q^khác^` nếu thích.
* You’ve got double-quotish variable interpolation, though
nó `"trông #{như thế} này"` (và bạn có thể đặt bất cứ đoạn mã mình thích vào
Expand Down