mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
parent
70c0e06b42
commit
8e97938abf
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
<%#-*- coding: utf-8 -*-%>
|
||||
<%
|
||||
require 'json'
|
||||
require 'ostruct'
|
||||
|
@ -136,7 +137,7 @@
|
|||
<tr>
|
||||
<td><a name="<%=h package.name %>"></a><%=h package.name %></td>
|
||||
<td><a href="<%=h package.url %>"><%=h package.version %></a></td>
|
||||
<td><%=h package.descr.force_encoding('ASCII-8BIT') %></td>
|
||||
<td><%=h package.descr %></td>
|
||||
<td><a href="<%=h package.recipe_url %>">recipe</a></td>
|
||||
<td><% if package.source_url %>
|
||||
<a href="<%=h package.source_url %>"><%=h package.source %></a>
|
||||
|
|
Loading…
Reference in a new issue