Skip to content

Commit

Permalink
コメントの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Feb 22, 2024
1 parent 1344899 commit 1328ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ public static function prevLinkDataProvider()
return [
[4, 2, '9000-08-10 18:58:07', '<a href="/news/archives/1" class="prev-link">≪ title 1</a>'],
[4, 1, '1000-08-10 18:58:07', ''],
[3, 3, '9000-08-10 18:58:07', ''], // 存在しないブログコンテンツ
[3, 3, '9000-08-10 18:58:07', ''],
[3, 2, '1000-08-10 18:58:07', '<a href="/news/archives/1" class="prev-link">≪ title 1</a>'],
];
}
Expand Down

0 comments on commit 1328ee8

Please sign in to comment.