#4136 no hyperlink in title
Merged 6 months ago by mikem. Opened 9 months ago by mikem.
mikem/koji rpminfo-title  into  master

file modified
+1 -1
@@ -1534,7 +1534,7 @@ 

      except koji.GenericError:

          raise koji.GenericError('No such RPM ID: %i' % rpmID)

  

-     values['title'] = formatRPM(rpm) + SafeValue(' | RPM Info')

+     values['title'] = formatRPM(rpm, link=False) + SafeValue(' | RPM Info')

  

      build = None

      if rpm['build_id'] is not None:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

9 months ago

Metadata Update from @tkopecek:
- Pull-request untagged with: testing-ready

9 months ago

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

7 months ago

rebased onto 8c72d90

6 months ago

rebased. minor conflict with recent cve work

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

6 months ago

Commit 603f002 fixes this pull-request

Pull-Request has been merged by mikem

6 months ago