1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Changed some TBD comments from urgent to whenever.

This commit is contained in:
David Steele
2016-04-13 19:05:31 -04:00
parent 723abadb75
commit be8487dbad
6 changed files with 8 additions and 8 deletions

View File

@@ -452,7 +452,7 @@ sub process
$strBuffer = ('#' x $iDepth) . ' `' . $oDoc->paramGet('id') . '` ' . $strTitle;
}
# Try to get the title param from the element (!!! this is the old style and should be removed)
# Try to get the title param from the element (??? this is the old style and should be removed)
my $strTitle = $oDoc->paramGet('title', false);
if (!defined($strTitle))