Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14235: fixed
  • Loading branch information
MichaelDaum committed Dec 12, 2016
1 parent 41ae732 commit e40b532
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions core/templates/edit.tmpl
Expand Up @@ -33,11 +33,11 @@
<input type="hidden" name="newtopic" value="%NEWTOPIC%" />
<input type="hidden" name="nowysiwyg" value="%URLPARAM{"nowysiwyg"}%" />
<input type="hidden" name="originalrev" value="%ORIGINALREV%" />
<input type="hidden" name="redirectto" value="%REDIRECTTO%" />
<input type="hidden" name="redirectto" value="%ENCODE{"%REDIRECTTO%" type="safe"}%" />
<input type="hidden" name="rev" value="%URLPARAM{"rev"}%" />
<input type="hidden" name="skin" value="%URLPARAM{"skin"}%" />
<input type="hidden" name="templatetopic" value="%TEMPLATETOPIC%" />
<input type="hidden" name="topicparent" value="%TOPICPARENT%" />%TMPL:END%
<input type="hidden" name="templatetopic" value="%ENCODE{"%TEMPLATETOPIC%" type="safe"}%" />
<input type="hidden" name="topicparent" value="%ENCODE{"%TOPICPARENT%" type="safe"}%" />%TMPL:END%
%{----------------------------------------------------------------------}%
%TMPL:DEF{"sig"}%<div><div class="foswikiLeft"><label for="sig" class="foswikiGrayText">%MAKETEXT{"Your signature to copy/paste:"}%&nbsp;&nbsp;</label><input class="foswikiInputFieldReadOnly" size="41" name="sig" type="text" readonly="readonly" title='%MAKETEXT{"Select, copy and paste your signature text to the bottom of your entry"}%' id="sig" value="%SIGNATUREFORMAT%" /></div><div class="foswikiClear"></div></div>%TMPL:END%
%{----------------------------------------------------------------------}%
Expand Down
4 changes: 2 additions & 2 deletions core/templates/more.tmpl
Expand Up @@ -134,7 +134,7 @@ table.foswikiDiffOptions img {
id="cssFoswikiDiffOptions"}%%TMPL:END%

%TMPL:DEF{"revision"}%<h2>%MAKETEXT{"Revisions"}%</h2>
%IF{"$ maxrev='0'" then="<!--" else="<h3>%MAKETEXT{"View previous topic revision"}% (1 ... %URLPARAM{maxrev}%)" }%</h3>
%IF{"$ maxrev='0'" then="<!--" else="<h3>%MAKETEXT{"View previous topic revision"}% (1 ... <nop>%URLPARAM{"maxrev" type="html"}%)" }%</h3>
<form name="main" action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%" method="post">
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
Expand Down Expand Up @@ -177,7 +177,7 @@ id="cssFoswikiDiffOptions"}%%TMPL:END%
"$maxrev='1'"
then="%MAKETEXT{"Restoring is disabled because this topic is at revision 1."}%"
else="<p>
%MAKETEXT{"Latest revision: [_1]" args="%URLPARAM{maxrev}%"}%
%MAKETEXT{"Latest revision: [_1]" args="<nop>%URLPARAM{"maxrev" type="html"}%"}%
</p>
</div>
<div class='foswikiFormStep'><p>
Expand Down

0 comments on commit e40b532

Please sign in to comment.