| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-05-14 00:31:31 GMT-0700 |
| Commit | 7ccfdd5f571192cad0dd0ff9417d5f1e1370095b |
| Parent | 37a01c9 |
| Delta | 2 lines added, 3 lines removed, 1-line decrease |
| } | ||
| } catch( final Exception ex ) { | ||
| - clue( get( "Main.status.error.theme.name", path ) ); | ||
| + clue( "Main.status.error.theme.name", path ); | ||
| } | ||
| } ); |
| import static com.keenwrite.Bootstrap.APP_TITLE_LOWERCASE; | ||
| -import static com.keenwrite.Messages.get; | ||
| import static com.keenwrite.events.StatusEvent.clue; | ||
| import static com.keenwrite.io.HttpFacade.httpGet; | ||
| @Override | ||
| public String apply( final String html ) { | ||
| - clue( get( "Main.status.typeset.xhtml" ) ); | ||
| + clue( "Main.status.typeset.xhtml" ); | ||
| final var doc = parse( html ); | ||