[Blends-commit] [SCM] website branch, master, updated. ccb5c6a787486e4984222a674d76f76ba33c986f

Ole Streicher ole at aip.de
Wed Jan 27 11:01:39 UTC 2016


The following commit has been merged in the master branch:
commit ccb5c6a787486e4984222a674d76f76ba33c986f
Author: Ole Streicher <ole at aip.de>
Date:   Wed Jan 27 12:01:35 2016 +0100

    Also sorting enhancing packages in old code for the alternative package list

diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index 660d337..a8d9626 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -488,7 +488,7 @@ function show_fulldesc(hash) {
 		      <dt>Enhancements</dt>
 		      <dd>
 			<ul class="desc-inline">
-			  <py:for each="enh in project.properties['Enhances'].keys()">
+			  <py:for each="enh in sorted(project.properties['Enhances'].keys())">
 			    <li>
 			      <a href="${project.properties['Enhances'][enh]}">${enh}</a>
 			    </li>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list