Thanks to visit codestin.com
Credit goes to git.drupalcode.org

Commit c009043e authored by Mathew Winstone's avatar Mathew Winstone Committed by Mathew Winstone
Browse files

Issue #2612568 by StryKaizer, minorOffense: Url anchor uses the wrong atrribute

parent 102c0e2f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -219,7 +219,12 @@ class views_handler_area_link extends views_handler_area {
        continue;
      }

      if ('anchor' == $key) {
        $link_properties['fragment'] = $this->options[$key];
      }
      else {
        $link_properties[$key] = $this->options[$key];
      }

      // Apply the argument substitutions.
      if (!empty($tokens)) {