| Lines 144-149
          sub process_tt_block {
      
      
        Link Here | 
        
          | 144 |         or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} | 144 |         or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} | 
        
          | 145 |         or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} | 145 |         or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} | 
        
          | 146 |         or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} | 146 |         or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} | 
            
              |  |  | 147 |         or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} | 
        
          | 147 |  | 148 |  | 
        
          | 148 |         # Already escaped correctly with raw | 149 |         # Already escaped correctly with raw | 
        
          | 149 |         or $tt_block =~ m{\|\s?\$raw} | 150 |         or $tt_block =~ m{\|\s?\$raw} | 
            
              | 150 | -  |  |  |