From 8cf9ef8dfe09dca030d4cfe65f0b1070f2333e25 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 14 Jan 2015 09:32:04 +0000 Subject: [PATCH] Remove some view repetition --- html/js/melpa.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/js/melpa.js b/html/js/melpa.js index b6dcb0ff..d57d1788 100644 --- a/html/js/melpa.js +++ b/html/js/melpa.js @@ -530,13 +530,13 @@ m(".col-md-8", [ m("section.jumbotron", [ m("ul", [ - m("li", m.trust("Up-to-date packages built on our servers from upstream source")), - m("li", m.trust("Installable in any recent Emacs using 'package.el' - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.")), - m("li", m.trust("Curated - no obsolete, renamed, forked or randomly hacked packages")), - m("li", m.trust("Comprehensive - more packages than any other archive")), - m("li", m.trust("Automatic updates - new commits result in new packages")), - m("li", m.trust("Extensible - contribute recipes via github, and we'll build the packages")) - ]) + "Up-to-date packages built on our servers from upstream source", + "Installable in any recent Emacs using 'package.el' - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.", + "Curated - no obsolete, renamed, forked or randomly hacked packages", + "Comprehensive - more packages than any other archive", + "Automatic updates - new commits result in new packages", + "Extensible - contribute recipes via github, and we'll build the packages" + ].map(function(content) { return m("li", m.trust(content)); })) ]) ]), m(".col-md-4", [