Remove trailing dot in blog/wiki name view page
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section id="blog_article" <?=$blogArticle->is_archive=="t"||$blogArticle->is_public=="f"?'class="archive"':''?>>
|
<section id="blog_article" <?=$blogArticle->is_archive=="t"||$blogArticle->is_public=="f"?'class="archive"':''?>>
|
||||||
<h1><?=$blogArticle->name?>.</h1>
|
<h1><?=$blogArticle->name?></h1>
|
||||||
<? if($user->rankIsHigher('premium')) { ?>
|
<? if($user->rankIsHigher('premium')) { ?>
|
||||||
<span class="subtitle">
|
<span class="subtitle">
|
||||||
<? if(isset($blogHistory)) { ?>
|
<? if(isset($blogHistory)) { ?>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section id="wiki_page" <?=$wikiPage->is_archive=="t"||$wikiPage->is_public=="f"?'class="archive"':''?>>
|
<section id="wiki_page" <?=$wikiPage->is_archive=="t"||$wikiPage->is_public=="f"?'class="archive"':''?>>
|
||||||
<h1><?=$wikiPage->name?>.</h1>
|
<h1><?=$wikiPage->name?></h1>
|
||||||
<? if($user->rankIsHigher('premium')) { ?>
|
<? if($user->rankIsHigher('premium')) { ?>
|
||||||
<span class="subtitle">
|
<span class="subtitle">
|
||||||
<? if(isset($wikiHistory)) { ?>
|
<? if(isset($wikiHistory)) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user