projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f3f70
)
Remove unused var
author
Coleman Watts
<coleman@civicrm.org>
Fri, 17 Mar 2023 14:26:25 +0000
(10:26 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 17 Mar 2023 14:26:25 +0000
(10:26 -0400)
CRM/Core/Page.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Page.php
b/CRM/Core/Page.php
index 0507bd2dc153408d921706b4b4fff39356262751..36c93702e34faf12cdf3869916dd4c7b39861c9f 100644
(file)
--- a/
CRM/Core/Page.php
+++ b/
CRM/Core/Page.php
@@
-505,7
+505,7
@@
class CRM_Core_Page {
$standardAttribs = ['aria-hidden' => 'true'];
if ($text === NULL || $text === '') {
- $
title = $
sr = '';
+ $sr = '';
}
else {
$standardAttribs['title'] = $text;