Skip to content

Commit

Permalink
Item11267: Fix DOS line endings
Browse files Browse the repository at this point in the history
The update script missed all these because the regex couldn't handle DOS
line endings.  Fix up line endings first.

git-svn-id: http://svn.foswiki.org/trunk/WorkflowPlugin@17883 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Aug 11, 2014
1 parent 0ab9312 commit 7348c74
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions data/Sandbox/CompletedForm.txt
@@ -1,11 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" date="1025373031" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="WebHome"}%
| *Name* | *Type* | *Size* | *Values* | *Tooltip messages* | *Mandatory* |
| Issue Name | label | 73 | | Illustrative name of issue | M |
| Issue Description | label | 55x5 | | Short description of issue | |
| Issue Type | label | 1 | , Defect, Enhancement, Other | | |
| Worker | label | 73 | | | M |
| Reviewer | label | 73 | | | M |
| History | label | 1 | %WORKFLOWHISTORY% | | |
| Issue Repository | label | 73 | | | |
%META:TOPICINFO{author="ProjectContributor" date="1025373031" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="WebHome"}%
| *Name* | *Type* | *Size* | *Values* | *Tooltip messages* | *Mandatory* |
| Issue Name | label | 73 | | Illustrative name of issue | M |
| Issue Description | label | 55x5 | | Short description of issue | |
| Issue Type | label | 1 | , Defect, Enhancement, Other | | |
| Worker | label | 73 | | | M |
| Reviewer | label | 73 | | | M |
| History | label | 1 | %WORKFLOWHISTORY% | | |
| Issue Repository | label | 73 | | | |
<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->
14 changes: 7 additions & 7 deletions data/Sandbox/InitialForm.txt
@@ -1,7 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1025373031" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="WebHome"}%
| *Name* | *Type* | *Size* | *Values* | *Tooltip messages* | *Mandatory* |
| Issue Name | text | 73 | | Illustrative name of issue | M |
| Issue Description | textarea | 55x5 | | Short description of issue | |
| Issue Type | select | 1 | , Defect, Enhancement, Other | | |
| History | label | 1 | $percntWORKFLOWHISTORY% | | |
%META:TOPICINFO{author="ProjectContributor" date="1025373031" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="WebHome"}%
| *Name* | *Type* | *Size* | *Values* | *Tooltip messages* | *Mandatory* |
| Issue Name | text | 73 | | Illustrative name of issue | M |
| Issue Description | textarea | 55x5 | | Short description of issue | |
| Issue Type | select | 1 | , Defect, Enhancement, Other | | |
| History | label | 1 | $percntWORKFLOWHISTORY% | | |

0 comments on commit 7348c74

Please sign in to comment.