Skip to content
Snippets Groups Projects
Commit d67486f7 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Changed '?meta=' to 'index.php?meta='.  Patch by Simone.
parent 8d31134d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -224,7 +224,7 @@ function node_attributes_save($type, $edit) {
function node_attributes_view($string) {
foreach (explode(",", $string) as $attribute) {
if ($attribute = trim($attribute)) {
$array[] = "<a href=\"?meta=". urlencode($attribute) ."\">$attribute</a>";
$array[] = "<a href=\"index.php?meta=". urlencode($attribute) ."\">$attribute</a>";
}
}
return $array ? $array : array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment