Skip to content

Commit

Permalink
Item13165: perl warning using experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 17, 2014
1 parent 1b14a0b commit 003bfce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -84,7 +84,7 @@ sub handle {
. "/rest/ImagePlugin/resize?topic=$web.$topic;file=$attachment->{name};size=48x48>&crop=northwest";
}

foreach my $key ( sort keys $attachment ) {
foreach my $key ( sort keys %{$attachment} ) {
$record->{$key} = $attachment->{$key};
}

Expand Down
1 change: 0 additions & 1 deletion NatEditPlugin/templates/editform.natedit.tmpl
@@ -1,5 +1,4 @@
%TMPL:INCLUDE{"edit"}%
%TMPL:DEF{"title"}%%TMPL:P{"topictitle"}% (%MAKETEXT{"edit form"}%) - %WIKITOOLNAME%%TMPL:END%
%TMPL:DEF{"titleaction"}%%IF{"defined 'rev'" then="%MAKETEXT{"restore form"}%" else="%MAKETEXT{"edit form"}%"}%%TMPL:END%
%TMPL:DEF{"pagetitle"}%[[%WEB%.%TOPIC%]] (%MAKETEXT{"edit form"}%)%TMPL:END%
%TMPL:DEF{"firsttab"}%<textarea class="natedit foswikiHidden" data-show-toolbar="false"></textarea>%TMPL:END%

0 comments on commit 003bfce

Please sign in to comment.