This commit is contained in:
Shish 2020-02-23 11:22:06 +00:00
parent f53cd593c5
commit 9b822e4132
3 changed files with 11 additions and 6 deletions

View file

@ -50,7 +50,7 @@ EOD
<div class='space' id='foot'>
<small><small>
$contact_link Serving $num_comma posts &ndash;
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie</a>
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie2</a>
</small></small>
</div>
</div>";

View file

@ -273,7 +273,7 @@ class TagEdit extends Extension
$tags = $event->image->get_tag_list();
$tags = str_replace("/", "", $tags);
$tags = preg_replace("/^\.+/", "", $tags);
$event->replace('$tags', $tags);
$event->replace('$tags', url_escape($tags));
}
private function mass_tag_edit(string $search, string $replace)

View file

@ -26,9 +26,7 @@ class CustomHomeTheme extends HomeTheme
#counter {display: none;}
}
</style>
<meta name="trafficjunky-site-verification" content="9z3puyut0" />
</head>
<!--ja31114--p103-->
<body>
$body
</body>
@ -59,10 +57,17 @@ EOD
$search_html
$message_html
$counter_html
<div class='space' id='foot'>
<div class='space' id='foot'>
<!-- JuicyAds v3.1 -->
<script type='text/javascript' data-cfasync='false' async src='https://poweredby.jads.co/js/jads.js'></script>
<ins id='825625' data-width='908' data-height='270'></ins>
<script type='text/javascript' data-cfasync='false' async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':825625});</script>
<!--JuicyAds END-->
<small><small>
$contact_link Serving $num_comma posts &ndash;
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie</a>
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie2</a>
</small></small>
</div>
</div>";