Skip to content

Commit

Permalink
Longformy
Browse files Browse the repository at this point in the history
fix #11
  • Loading branch information
vatoz committed Jun 12, 2024
1 parent 991e4c7 commit 6ab32fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preg.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function rep_something($t){

$t=str_replace("[[Image:Hlasovani.jpg|right|thumb|250px|Diváci hlasují kartičkami]]","",$t);
$t=str_replace("Seznam forem naleznete v \\odkaz{kategorii Formy}{:kategorie:formy}.","",$t);
$t=str_replace("V \odkaz{seznamu longforem}{:kategorie:longformy} se můžete podívat na seznam těch zde zatím popsaných.","",$t);
$t=str_replace("([https://www.youtube.com/watch?v=BPFKMco8AL0&list=PLKPYI9ACDonB7jrbv_eAPdJpQVgbjWoDZ&index=2 Chicago - All That Jazz])","",$t);
$t=str_replace("(\textbf{Prokofiev - Dance of the Knights})","",$t);
$t=str_replace("([https://www.youtube.com/watch?v=EBGvtkVVas0&index=1&list=PLKPYI9ACDonB7jrbv_eAPdJpQVgbjWoDZ Marilin Manson - Resident Evil])","",$t);
Expand Down

0 comments on commit 6ab32fb

Please sign in to comment.