Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 657853 Details for
Bug 883496
Typo fixes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
typo fixes patch
patch.diff (text/plain), 2.10 KB, created by
Tony Fu
on 2012-12-05 01:00:30 UTC
(
hide
)
Description:
typo fixes patch
Filename:
MIME Type:
Creator:
Tony Fu
Created:
2012-12-05 01:00:30 UTC
Size:
2.10 KB
patch
obsolete
>Index: template/en/default/bug/testplan_with_class.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/testplan_with_class.html.tmpl,v >retrieving revision 1.26.2.3 >diff -u -r1.26.2.3 testplan_with_class.html.tmpl >--- template/en/default/bug/testplan_with_class.html.tmpl 3 Dec 2012 08:47:26 -0000 1.26.2.3 >+++ template/en/default/bug/testplan_with_class.html.tmpl 5 Dec 2012 00:57:30 -0000 >@@ -171,7 +171,7 @@ > [% NEXT %] > [% END %] > <option value="[% tr.test_id FILTER html %]" [% IF tr.desc %]title= "[% tr.desc FILTER html %]"[%END%] [% "SELECTED" IF tr.test_id == f.$result_depthbits %] > >- [[% tr.test_id FILTER html %]] [% IF bug.reviewed_test_ids.contains(tr.test_id) %](REVIEWED) [% END %] [% IF tr.status != 'PASSED' %](FAILED) [% END %] [% IF tr.used_count > 1 || (tr.used_count == 1 && tr.test_id != f.$result_depthbits) %](USED) [% END %] [% IF tr.info_status != 'PASSED' %](INFO FAILED) [% END %] [% IF tr.desc %][% tr.desc FILTER html %][% ELSE %]Unkown Device[% END %] >+ [[% tr.test_id FILTER html %]] [% IF bug.reviewed_test_ids.contains(tr.test_id) %](REVIEWED) [% END %] [% IF tr.status != 'PASSED' %](FAILED) [% END %] [% IF tr.used_count > 1 || (tr.used_count == 1 && tr.test_id != f.$result_depthbits) %](USED) [% END %] [% IF tr.info_status != 'PASSED' %](INFO FAILED) [% END %] [% IF tr.desc %][% tr.desc FILTER html %][% ELSE %]Unknown Device[% END %] > </option> > [% IF f.$result_depthbits == tr.test_id %] > [% hardware_id = tr.hardware_id %] >Index: css/hwcert.css >=================================================================== >RCS file: /cvs/qa/hwcert/css/hwcert.css,v >retrieving revision 1.27.2.6 >diff -u -r1.27.2.6 hwcert.css >--- css/hwcert.css 30 Nov 2012 02:01:53 -0000 1.27.2.6 >+++ css/hwcert.css 5 Dec 2012 00:57:30 -0000 >@@ -47,11 +47,11 @@ > } > > td.bits32:before { >- content: '32-bits'; >+ content: '32-bit'; > } > > td.bits64:before { >- content: '64-bits'; >+ content: '64-bit'; > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 883496
: 657853 |
661201