Skip to content

Commit 1179e69

Browse files
authored
Merge pull request #1987 from spk/fix-markup-issues
Fix markup issues
2 parents 5dae4fd + 2c8ff6b commit 1179e69

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

admin/translation-status/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
---
3-
41
<!DOCTYPE html>
52
<html lang="en">
63
<head>
@@ -40,7 +37,7 @@ <h1>News Post Translation Status</h1>
4037
var code = window.navigator.language || window.navigator.userLanguage || "en";
4138
if (code.substr(0,2) !== "zh") { code = code.substr(0,2); }
4239
var language = code.replace(/-/g,'_').toLowerCase();
43-
document.write('<style type="text/css">.'+language+'{background-color:lightgray}</style>');
40+
document.write('<style type="text/css">.'+language+'{background-color:lightgray}<\/style>');
4441
</script>
4542
</body>
4643
</html>

ja/news/_posts/2015-09-03-matsue-rubykaigi-registration-is-open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lang: ja
1010
日本Rubyの会が後援する、[地域Ruby会議(RegionalRubyKaigi)][1]の1つである[松江Ruby会議07](http://matsue.rubyist.net/matrk07/)の参加登録が開始されました。
1111

1212
* 開催日: 2015年9月26日(土) 11:00 〜 17:10 (懇親会) 18:00 〜 20:00
13-
* 会場: [松江テルサ4F](https://www.google.com/maps/search/松江テルサ/@35.463976,133.062015,14z?hl=ja)
13+
* 会場: [松江テルサ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)
1414
* 主  催: Matsue.rb(まつえるびー)
1515
* 参加費: 無料
1616
* 中継: [動画による中継(YouTube)](https://www.youtube.com/watch?v=JhNlQra5VKg)

vi/documentation/ruby-from-other-languages/to-ruby-from-perl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Giống như Perl, trong Ruby,...
2121
* Cách hoạt động của các String cũng tương tự nhau.
2222
* Có một ký tự phân cách giữa chuỗi và regex khi trích dẫn cú pháp
2323
như của Perls (như `%q{(dẫu nháy đơn) này}`, hoặc `%Q{(nháy kép) này}`,
24-
và %w{trích dẫn danh sách các từ}`.
24+
`%w{trích dẫn danh sách các từ}`.
2525
Bạn `%Q|có thể|` `%Q(dùng)` ký tự `%Q^khác^` nếu thích.
2626
* You’ve got double-quotish variable interpolation, though
2727
`"trông #{như thế} này"` (và bạn có thể đặt bất cứ đoạn mã mình thích vào

0 commit comments

Comments
 (0)