From 8008635c76fad13bde756348a187650181048d0f Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Fri, 12 Jan 2024 09:36:31 +0000 Subject: [PATCH] Fix formatting in markdown.text.erb --- app/views/lists/markdown.text.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/lists/markdown.text.erb b/app/views/lists/markdown.text.erb index 73aba8e3..28977b89 100644 --- a/app/views/lists/markdown.text.erb +++ b/app/views/lists/markdown.text.erb @@ -4,5 +4,5 @@ Every awesome list on every topic, including awesome lists of awesome lists. This is list was generated automatically from [awesome.ecosyste.ms](https://awesome.ecosyste.ms/), an open API service indexing awesome lists of open source software. It includes every awesome list with at least 30 items and a description, sorted by most stars first. <% @lists.each do |list| %> - <%= "- [#{list.name}](#{list.url}) - #{list.awesome_description}" %> +<%= "- [#{list.name}](#{list.url}) - #{list.awesome_description}" %> <% end %> \ No newline at end of file