File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 31
31
<h1><a href="$ baseurl $ /package/$ package.name $ ">$ package.name $ </a>$ if (package.optional.hasSynopsis )$ : <small>$ package.optional.synopsis $ </small>$ endif $ </h1>
32
32
<div style="font-size: small">
33
33
[ $ tags $ ]
34
- [ <a href="/package/$ package.name $ /tags/edit">Propose Tags </a> ]
34
+ [ <a href="/package/$ package.name $ /tags/edit">Propose Tags</a> ]
35
35
</div>
36
36
37
37
$ if (isDeprecated )$
187
187
<tr>
188
188
<th>Home page</th>
189
189
<td class="word-wrap">
190
- <a href=$ package.optional.homepage $ >
191
- $ package.optional.homepage $
192
- </a>
190
+ <a href=$ package.optional.homepage $ >$ package.optional.homepage $ </a>
193
191
</td>
194
192
</tr>
195
193
$ endif $
198
196
<tr>
199
197
<th>Bug tracker</th>
200
198
<td class="word-wrap">
201
- <a href="$ package.optional.bugTracker $ ">
202
- $ package.optional.bugTracker $
203
- </a>
199
+ <a href="$ package.optional.bugTracker $ ">$ package.optional.bugTracker $ </a>
204
200
</td>
205
201
</tr>
206
202
$ endif $
You can’t perform that action at this time.
0 commit comments