模板渲染发生错误,报错信息:syntax error, unexpected 'version' (T_STRING)

发生错误的代码:

3070

3071

3072

3073

3074<li class="SocialDropdown-item">

3075<div class="SocialDropdown-itemInner">

3076<span class="SocialShare SocialShare--facebook">

3077

3078<a data-link-type="Link Click" data-link-text="facebook" data-asset-title="facebook" data-event-type="exit link" data-href-analytics="<?php echo $this->tag_function_function(array( 'name'=>"get_url", 'args'=>"show", ),$this); ?>

3079" class="SocialShare-button track-custom-clicks" href="<?php echo $this->tag_function_function(array( 'name'=>"get_url", 'args'=>"show", ),$this); ?>

3080">

3081<span class="Icon Icon--s" aria-hidden="true">

3082

3083

3084<?xml version="1.0" encoding="UTF-8"?>

3085<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

3086<title>facebook</title>

3087<path fill="" d="M18.5497954,30 L18.5497954,17.4 L22.3751705,17.4 L23,11.8 L18.5497954,11.8 L18.5497954,9.0728 C18.5497954,7.6308 18.5866303,6.2 20.6016371,6.2 L22.6425648,6.2 L22.6425648,2.196 C22.6425648,2.1358 20.8894952,2 19.1159618,2 C15.4120055,2 13.0927694,4.3198 13.0927694,8.58 L13.0927694,11.8 L9,11.8 L9,17.4 L13.0927694,17.4 L13.0927694,30 L18.5497954,30 Z" id="path-facebook"></path>

3088</svg>

3089

3090</span>

3091</a>

3092</span>

3093</div>

3094</li>

3095

3096

3097

3098

3099