diff options
author | sijanec <anton@sijanec.eu> | 2021-05-04 19:42:57 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-05-04 19:42:57 +0200 |
commit | cf512494ebf115ecd14e07723642d0c18199f2c3 (patch) | |
tree | 81041bbe603232c3dbf5fda47af63bab95037eb2 | |
parent | fix? for #1 (diff) | |
download | ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar.gz ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar.bz2 ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar.lz ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar.xz ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.tar.zst ttx-app-cf512494ebf115ecd14e07723642d0c18199f2c3.zip |
-rw-r--r-- | apache.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache.conf b/apache.conf index 574c843..009f62d 100644 --- a/apache.conf +++ b/apache.conf @@ -30,5 +30,5 @@ AddOutputFilterByType SUBSTITUTE text/html Substitute "s|teletext.rtvslo.si|teletekst.xn--jha.ga|i" Substitute "s| usemap|' width=480 height=336 src='data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=480px height=336px %3E%3C/svg%3E' usemap|i" - Substitute "s/id=\"mainDisplay\" src/id=\"mainDisplay\" onload='this.src=\"/i" + Substitute "s/id=\"mainDisplay\" src/id=\"mainDisplay\" onload='this.src/i" </VirtualHost> |