This repository was archived by the owner on Sep 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 243
243
$ t = $ t . ': ' . $ commitData [ 'subject ' ];
244
244
get_linked_tasks ( $ commitData [ 'message ' ], $ linkedTaskList );
245
245
}
246
- return '<a href="https://gerrit.wikimedia.org/r/c/ ' . $ r . '/ ' . $ p . '" title=" ' . htmlspecialchars ( $ t, ENT_QUOTES ) . '" class="status- ' . $ status . '"> ' .
246
+ return '<a href="https://gerrit.wikimedia.org/r/c/ ' . $ r . '/ ' . $ p . '" title=" ' . htmlspecialchars ( $ t ) . '" class="status- ' . $ status . '"> ' .
247
247
htmlspecialchars ( $ t ) .
248
248
'</a> ' ;
249
249
}, $ matches [ 1 ], $ matches [ 2 ], $ matches [ 0 ] ) );
256
256
'task_id ' => $ task
257
257
] )->getResult ()['title ' ] );
258
258
}
259
- $ taskDesc = '<a href="https://phabricator.wikimedia.org/T ' . $ task . '"> ' . $ taskDesc . '</a> ' ;
259
+ $ taskDesc = '<a href="https://phabricator.wikimedia.org/T ' . $ task . '" title=" ' . $ taskDesc . ' " > ' . $ taskDesc . '</a> ' ;
260
260
$ taskDescs [] = $ taskDesc ;
261
261
}
262
262
$ linkedTasks = implode ( '<br> ' , $ taskDescs );
@@ -320,7 +320,7 @@ function all_closed( $statuses ) {
320
320
}
321
321
322
322
$ rows .= '<tr class=" ' . implode ( ' ' , $ classes ) . '"> ' .
323
- '<td data-label="Wiki" class="wiki"><a href="wikis/ ' . $ wiki . '/w"> ' . $ wiki . '</a></td> ' .
323
+ '<td data-label="Wiki" class="wiki"><a href="wikis/ ' . $ wiki . '/w" title=" ' . $ wiki . ' " > ' . $ wiki . '</a></td> ' .
324
324
'<td data-label="Patches" class="patches"> ' . ( $ title ?: '<em>No patches</em> ' ) . '</td> ' .
325
325
'<td data-label="Linked tasks" class="linkedTasks"> ' . ( $ linkedTasks ?: '<em>No tasks</em> ' ) . '</td> ' .
326
326
'<td data-label="Time" class="date"> ' . date ( 'c ' , $ data [ 'mtime ' ] ) . '</td> ' .
You can’t perform that action at this time.
0 commit comments