Skip to content

Commit 3645774

Browse files
committed
Close <p> node in description correctly.
This trivial markup fix ensures that the <p> node is closed in the right place, so that when software centers like gnome-software show the appdata, the description section does not get curtailed at the place where the <ul> begins.
1 parent 27322d8 commit 3645774

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data/bpython.appdata.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
<p>
1212
bpython is a fancy interface to the Python interpreter. It has the
1313
following features:
14-
<ul>
15-
<li>In-line syntax highlighting.</li>
16-
<li>Readline-like autocomplete with suggestion displayed as you type.</li>
17-
<li>Expected parameter list for any Python function.</li>
18-
<li>"Rewind" function to pop the last line of code from memory and re-evaluate.</li>
19-
<li>Send the code you've entered off to a pastebin.</li>
20-
<li>Save the code you've entered to a file.</li>
21-
<li>Auto-indentation.</li>
22-
</ul>
2314
</p>
15+
<ul>
16+
<li>In-line syntax highlighting.</li>
17+
<li>Readline-like autocomplete with suggestion displayed as you type.</li>
18+
<li>Expected parameter list for any Python function.</li>
19+
<li>"Rewind" function to pop the last line of code from memory and re-evaluate.</li>
20+
<li>Send the code you've entered off to a pastebin.</li>
21+
<li>Save the code you've entered to a file.</li>
22+
<li>Auto-indentation.</li>
23+
</ul>
2424
</description>
2525
<url type="homepage">http://www.bpython-interpreter.org/</url>
2626
<url type="bugtracker">https://github.com/bpython/bpython/issues</url>

0 commit comments

Comments
 (0)