From 51f236dabdf8dfe0a02562477e86a862a740ee3e Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 11 Jul 2024 13:47:03 -0400 Subject: [PATCH] no hyperlink in title --- www/kojiweb/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/kojiweb/index.py b/www/kojiweb/index.py index 23d25bdb..334dccdf 100644 --- a/www/kojiweb/index.py +++ b/www/kojiweb/index.py @@ -1534,7 +1534,7 @@ def rpminfo(environ, rpmID, fileOrder='name', fileStart=None, buildrootOrder='-i 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: