aboutsummaryrefslogtreecommitdiff
path: root/mansrv
diff options
context:
space:
mode:
Diffstat (limited to 'mansrv')
-rwxr-xr-xmansrv2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansrv b/mansrv
index b4d3cca..25e56e7 100755
--- a/mansrv
+++ b/mansrv
@@ -138,5 +138,5 @@ sub interpret_file($$) {
138 while (<$ifd>) { 138 while (<$ifd>) {
139 chomp; 139 chomp;
140 s/\{%(.*)%\}/expand_template($s, $1, $file, $.)/ex; 140 s/\{%(.*?)%\}/expand_template($s, $1, $file, $.)/gex;
141 print $ofd "$_\n"; 141 print $ofd "$_\n";
142 } 142 }

Return to:

Send suggestions and report system problems to the System administrator.