Lines 144-149
sub process_tt_block {
Link Here
|
144 |
# Already escaped with a special filter |
144 |
# Already escaped with a special filter |
145 |
# We could escape it but should be safe |
145 |
# We could escape it but should be safe |
146 |
or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} |
146 |
or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} |
|
|
147 |
or $tt_block =~ m{\s?\|\s?\$KohaTimes[^\|]*$} |
147 |
or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} |
148 |
or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} |
148 |
or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} |
149 |
or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} |
149 |
or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} |
150 |
or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} |
150 |
- |
|
|