Bug ID 904516
Summary perl CGI outputs tags in random order
Classification openSUSE
Product openSUSE Distribution
Version 13.2 RC 1
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter meissner@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

$ perl -e 'use CGI; $cgi=new CGI; for ($i=0;$i<10;$i++) {  print
$cgi->Link({-rel=>'previous', -href=>"href"}) . "\n";} '
<link rel="previous" href="href" />
<link href="href" rel="previous" />
<link rel="previous" href="href" />
<link rel="previous" href="href" />
<link href="href" rel="previous" />
<link href="href" rel="previous" />
<link rel="previous" href="href" />
<link rel="previous" href="href" />
<link rel="previous" href="href" />
<link href="href" rel="previous" />


This makes some of my scripts create everchanging HTML output ... 

I did not find an option to sort this, but it probably should get sorted
somehow :/


You are receiving this mail because: