Code Duplication    Length = 7-7 lines in 2 locations

docs/api/cache/twig/33/330dc4d22f543e0a311a8d0d8acdf32eb656fdeb89ecd849cd25266d7770bc13.php 1 location

@@ 41-47 (lines=7) @@
38
            echo "</Tags>
39
        ";
40
            // line 7
41
            if ($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method")) {
42
                // line 8
43
                echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">";
44
                echo twig_escape_filter($this->env, $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method"), "html", null, true);
45
                echo "</Image>
46
        ";
47
            }
48
            // line 10
49
            echo "        <Url type=\"text/html\" method=\"GET\" template=\"";
50
            echo twig_escape_filter($this->env, (twig_replace_filter($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "base_url"), "method"), array("%version%" => $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true);

docs/api/cache/twig/84/84bc5d77607f54d2f81dcd4b57e6d2c09b932ad71803d0df82b271ff24efadf5.php 1 location

@@ 42-48 (lines=7) @@
39
        echo "
40
    ";
41
        // line 21
42
        if ($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method")) {
43
            // line 22
44
            echo "        <link rel=\"shortcut icon\" href=\"";
45
            echo twig_escape_filter($this->env, $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method"), "html", null, true);
46
            echo "\" />
47
    ";
48
        }
49
        // line 24
50
        echo "
51
    ";